> You could build a giant range (a union of the constants and formulas) or just
> look through all the cells.
[quoted text clipped - 12 lines]
> end if
> next mycell
What I meant was, what if the negative numbers I want to find are
formulas? In other words, the formula produces a negative number.
bramnizzle@gmail.com - 26 Nov 2007 03:43 GMT
Actually, this worked perfect! Thanks!!!
Dave Peterson - 26 Nov 2007 12:41 GMT
If all the numbers were the results of formulas, you could use this
xlcelltypeformulas
instead of
xlcelltypeconstants
in that previous post.
The problem occurs when you have a mixture of both.
But glad you got it working ok.
> > You could build a giant range (a union of the constants and formulas) or just
> > look through all the cells.
[quoted text clipped - 15 lines]
> What I meant was, what if the negative numbers I want to find are
> formulas? In other words, the formula produces a negative number.

Signature
Dave Peterson