Set variable to active cell address
dim myAddr as string
myAddr = activecell.address(0,0)
shelfish wrote:
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.
--
Dave Peterson
|