How do I create buttons to link worksheets within a workbook?

  • Thread starter Thread starter kay505
  • Start date Start date
K

kay505

E.g. Creat a list of buttons/links on Sheet1 to take me directly to Sheet2.
 
Hi,

Click

View|Toolbars|forms
Click the button icon on the toolbar
Put the cursor over the worksheet where you want the button and drag the
button to the size you want
When you relaease the mouse button a dialogue will pop up
Click New
Enter the code
Sheets("Sheet2").select
click the red cross to close VB editor
Click your button

Mike
 

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