View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Daniel.C[_3_] Daniel.C[_3_] is offline
external usenet poster
 
Posts: 133
Default 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")