Does anyone have any ideas on how to create a combo box or menu list to navigate to worksheets within the same workbook???
Does anyone have any ideas on how to create a combo box or menu list to navigate to worksheets within the same workbook???

This month, every Windows Secrets subscriber can download a one-chapter excerpt of Windows 7: The Missing Manual.Windows 7: The Missing Manual provides valuable information to help you overcome these difficulties in learning a new operating system. Subscribe today to download your free excerpt.
A combo box on a worksheet or in a userform?
It's probably not important- the code would be similar in both instances.
If, for instance, you had a combobox on a worksheet (named cboWorkSheet for instance) populated with the worksheet names, you would have a "cboWorksheet_change" event with a statement like:
Worksheets(cboWorksheet.Value).Activate
if the value was not a valid value, you would get a "subscript out of range" error.
Subway Belconnen- home of the Signboard to make you smile. Get (almost) daily updates- follow SubwayBelconnen on Twitter.