View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Jef Gorbach Jef Gorbach is offline
external usenet poster
 
Posts: 59
Default macro only in active sheet


"jobra" wrote in message
...
Hi, How can I program a macro that it only will work in the active

worksheet?
Thanks in advance


Sheets("your sheet name").Activate
then the rest of your code