Macro to launch the Activate dialog box?

T

Ted M H

I need to launch the Activate dialog box by using a keyboard shortcut. So I
want a macro that will do the launching, to which I'll assign a shortcut key.

This is the dialog box that you get when you have move than 15 sheets in a
workbook and you right-click on the sheet nagivation buttons to the left of
the workbook's first sheet. The right-click displays a list of the
workbook's first 15 sheets and a More Sheets... option. When you select the
More Sheets option the Activate dialog box pops up, listing all worksheets in
the workbook. From there you select the sheet you want to activate.

I've tried this code line, but the dialog box shows open workBOOKS rather
than workSHEETS.

Application.Dialogs(xlDialogActivate).Show

Can I do what I want to do without creating my own user form / dialog box or
is this seemingly simple problem really a complex problem?

Many thanks.
 

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

Top