Conceptual question on .Value and .Formula properties
Which property is better to assign when you need to programmatically
write something in a cell?
Formula or Value?
If you're writing to a cell it doesn't matter, but if you're looking at a
cell that contains a formula (say, =A1+A2), the difference is that Formula
returns "=A1+A2" (without quotes); whereas Value returns what that formula
evaluates to.
|