How do I create a pull down menu that navigates to different sheets?

ungoliath

Board Regular
Joined
Oct 21, 2004
Messages
113
I want to create a pull down menu that I can navigate to different sheets. I've got a workbook w/ probably a few dozen sheets I am continually going to. What can I do to have a standard button or even a macro key that can pull up such a navigation?
 

Excel Facts

Select a hidden cell
Somehide hide payroll data in column G? Press F5. Type G1. Enter. Look in formula bar while you arrow down through G.
Using the Name Box for Quick Navigation

One advantage of using names is that you can use the drop-down in the Name box to jump to any named cell. This includes cells that might be in distant sections of the worksheet or even on other sheets in the workbook.

NamedRange.jpg


Name a Range - Excel Name Box

You can create an Excel named range quickly by typing in the Excel Name Box.
1. Select the cell(s) to be named
2. Click in the Excel Name box, to the left of the formula bar
3. Type a one-word name for the list, e.g. FruitList.
4. Press the Enter key.

TIP: Range names cannot contain characters that are used in programming. Those characters are: " / \ [ ] ; : | = . , ? * + < >. You cannot use spaces, however, upper and lower cases will be retained and Underscores and dashes can be used to help the readability of your range name.
 
Upvote 0

Forum statistics

Threads
1,224,505
Messages
6,179,151
Members
452,891
Latest member
JUSTOUTOFMYREACH

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top