Hi,
One way is to have 2 macros, both with their own shortcuts, one to store the
current active cell address, and the other to use that stored address to
reset the active cell. The macro would store the address somewhere on the
sheet, or in a Public statement.
Or a single macro could be used, which toggles between storing and
restoring, depending on the state of the storage address.
Would this be of help?
Regards - Dave.