Thread
:
Select the sheet to the right Q
View Single Post
#
2
Posted to microsoft.public.excel.programming
Daniel.C[_3_]
external usenet poster
Posts: 133
Select the sheet to the right Q
Sheets(Sheets("Form").Index + 1).Select
Daniel
How do I select the sheet to the right of my sheet "Form", I thought
it was something like below, but its not
Thanks
ActiveSheet.Select after:=Sheets("Form")
Reply With Quote
Daniel.C[_3_]
View Public Profile
Find all posts by Daniel.C[_3_]