T
Trevor Gartner
I think I may stump most of you on this.
Can anyone tell me how what mehtod to use to determine if
a cell has a formula typed in it or if it has data in it?
eg:
=sum(a12:b12) vs 788
something life = if(isformula(c),"Formula",Data")
Althought there are VBA methods to achieve this, they tne
do be memmory pigs and can bog down your app. I need a
low memory solution as I need to use this in many cells.
Thanks
Trevor Gartner
Can anyone tell me how what mehtod to use to determine if
a cell has a formula typed in it or if it has data in it?
eg:
=sum(a12:b12) vs 788
something life = if(isformula(c),"Formula",Data")
Althought there are VBA methods to achieve this, they tne
do be memmory pigs and can bog down your app. I need a
low memory solution as I need to use this in many cells.
Thanks
Trevor Gartner