S
shelfish
I just need to set the value of a variable to the "A1" address of the
active cell. I feel like I've tried everything, but shouldn't this
work....
Dim rng as Range
Set rng = activecell [results in active cell's
value]
Set rng = activecell.address [throws error]
Thanks all,
Shelton.
active cell. I feel like I've tried everything, but shouldn't this
work....
Dim rng as Range
Set rng = activecell [results in active cell's
value]
Set rng = activecell.address [throws error]
Thanks all,
Shelton.