How to move from one Worksheet to another.

  • Thread starter Thread starter Don J
  • Start date Start date
D

Don J

I've done this before, but cannot find it in either help or any excel
manual. What I would like to do is to embed a command in a Worksheet that
when clicked will take me to another Worksheet in the same Workbook

Don

--------------------------------------------------------
 
One way:

Select a cell. Choose Insert/Hyperlink...

Link To: #Sheet2!A1
Display: Go to Sheet2, cell A1
 
If you're talking about using a button to move to another sheet, after
creating the button, make the referenced code read sheets("Sheet2").select,
utilizing whatever sheet you would like to select. Hope this helps!

-Chad
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top