creating a button to activate another worksheet within a workbook

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a large workbook and would like to create a button on a worksheet that
will switch the user to an existing worksheet within a workbook.

What are my options?
 
It would be easier to respond if you could explain the conditions that would
prompt the user to change worksheets.
 
The workbook contains in excess of 50 worksheets.

I want to put a series of buttons on the master sheet that will each
activate a unique worksheet. It is motivated by convenienve to ensure that
the user doesn't have to scroll through across the worksheet tabs in an
attempt to locate the desired worksheet to edit/review/print.
 
You can right click on the "VCR" controls on the lower right corner of the
window and get a list of sheets, then select one to go to it.

otherwise, it might be better to use hyperlinks using the hyperlink
worksheet function to do what you want.

You might look here: http://www.mvps.org/dmcritchie/excel/buildtoc.htm
 
True, but do you see any VCR controls in the Lower-right?
Mickey seems like a bright boy. <g>

Thanks for weighing in.
 
Hi Mickeyjay71

you could create a command button using the control box menu bar onto your
sheet. then in design mode, double click on the button and type this in:

Worksheets("sheet2").Select

Thats all you need to do. Change whats in the prentices to the correct name
of your work sheet.

Hope this helps

Dave
 

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