View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
imitk imitk is offline
external usenet poster
 
Posts: 4
Default Navigate Sheets using In-Sheet Combo Boxes

I've got a menu ComboBox and I want selecting an item to activate a
corresponding sheet in the workbook. Thinking of writting a macro that
calls several subsequent macros (already written) that activate the
sheets, but I'm a little fuzzy on coding for In-sheet controls.
Suggestions?

imitk