View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Silverhawk1 Silverhawk1 is offline
external usenet poster
 
Posts: 1
Default How to end macro on inital active worksheet containing macro button that was clicked

I developed a formating macro that can be run by clicking a button on anyone of 20 worksheets. Currently the macro always ends on the 20th worksheet. How can I get the macro to return me to the worksheet I was on when the macro was activated?