View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.newusers
Dave Dave is offline
external usenet poster
 
Posts: 1,388
Default keyboard shortcut to return to previous cell after "find" or "got.

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.


"Nadavb" wrote:

Is there any easy way to returnt to the previously selected cells? This is
helpful especially after "goto" or "find".