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: