I need to be able to test if a cell contains a formula or a static value. Is there a way to do this in VBA?
If cells(1,1).isFormula then
Do This
else
Do That
End if
Any insights appreciated.
Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools:
If cells(1,1).isFormula then
Do This
else
Do That
End if
Any insights appreciated.
Software Sales, Training, Implementation and Support for Macola, Synergy, and Crystal Reports. Check out our Macola tools: