VBA: How To Activate a Sheet
If you are dealing with code that refers to Activesheet many times, but you aren’t sure how to make the sheet you would like active, here’s how.
Before your code that refers to the active sheet, you must activate the sheet you would like manipulated. Here are two ways:
By program name:
sheet3.activate
By tab name:
sheets("mytabname").activate
Can't get the tutorial to work for you? Need help with your code?
Get answers right away at our AE Excel Support Forums!
Get answers right away at our AE Excel Support Forums!



thanks bro…………..
i am looking for this actually
Thanks a lot, exactually what i want.
cool, good job, keep up the good heart and work.
Hi. I’m sorry about my English. I need to ask you something. What if I want to activate a sheet when I click on an specific option button and another sheet when I click on another option button? Help me please! Those option buttons are on a userform.