I'm trying to create a friendly way for users to navigate through a workbook containing several worksheets.
In the attached workbook, on the Navigation worksheet, I have a combo box that will put text into B17 (which will be hidden eventually). I want the "Go" button to direct the user to a worksheet or userform based on the text in B17. For example, if the user selects "Create a clothing profile for a new resident," I need the Go button to bring up the ClothingUserForm. If the user selects "View or update the clothing profile for an existing resident," then it should activate the Updates workbook.
It's stumping me because I have friendly names and most solutions I can find rely on the text of the cell to match the name of a worksheet, and I also need this to activate a userform in addition to workbooks.
I really appreciate any help with this!
Bookmarks