Thread
:
macro only in active sheet
View Single Post
#
6
Posted to microsoft.public.excel.programming
Jef Gorbach
external usenet poster
Posts: 59
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
Reply With Quote
Jef Gorbach
View Public Profile
Find all posts by Jef Gorbach