Working with VBA, need to add formulas to your sheet via cell address of course!
Address() is your function, here are some samples:
- myRange.Address(False, False) ===> A1C2
- myRange.Address(External:=False) ==>> $A$1$C$2
Working with VBA, need to add formulas to your sheet via cell address of course!
Address() is your function, here are some samples:
April 2, 2011 at 1:06 pm |
[...] this post, better read previous about cell [...]