Carl Clements
Board Regular
- Joined
- Jun 13, 2008
- Messages
- 95
Hi,
I need some VBA code that stores the ActiveCell Address (eg B24), which I need to return to later.
Is it something like the below?
ActiveCell.Address = SortCell
then
Range("SortCell").Select
Thanks,
Carl
I need some VBA code that stores the ActiveCell Address (eg B24), which I need to return to later.
Is it something like the below?
ActiveCell.Address = SortCell
then
Range("SortCell").Select
Thanks,
Carl