View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Arnett Bob Arnett is offline
external usenet poster
 
Posts: 48
Default How to return to worksheet where macro started?

I have a macro that turns off screen updating and then proceeds to jump
around to different worksheets to copy/paste/change some cells. At the end of
this macro process, before I turn screen updating back on, I want to return
to the cell/worksheet that I was on when I started started the macro running.
This is not always the same cell/worksheet and I can't seem to find how one
would do this. Any suggestions?