Thread: select sheet
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
nman nman is offline
external usenet poster
 
Posts: 7
Default select sheet

I am trying to use a macro button to select a sheet from
a dropdown menu on a worksheet. I tried:

Sheets(Range("c4")).select

In addition, I need to place a button on the sheet that
is selected to go back to the original sheet.

Any advice?