Al
Are the sheets hidden? If they are hidden, you will need VBA to unhide
and select the applicable sheet. If the sheets are not hidden, try this:
Right-click within the sheet navigation arrows located in the left lower
corner of the screen. This will display a list of the sheets in the
workbook. Click on one and it will become the active sheet. If the
displayed list does not include all the sheets, the last item in the list
will be "More sheets". Click on that and you will get a scrollable list of
all the sheets. Post back if you need more. HTH Otto
"Al" <(E-Mail Removed)> wrote in message
news

0BA4555-6C93-4F13-B194-(E-Mail Removed)...
>I have an excel (2003) document which has quite a number of sheets. I would
> like to create a form (msg box) which lists all the sheet names (via a
> drop
> down box) for the user to select which sheet they want to view, then open
> the
> sheet when they click on the sheet name. Help please?