control to change sheet

  • Thread starter Thread starter EssieP
  • Start date Start date
E

EssieP

I want to be able to change a sheet by choosing an option from a drop-down
list, just like a jump-menu in web design. I have a collection of macros
that work as expected, but how do I attach the combo-box to the macro?

any ideas??

MrD
 
Assuming combobox from the control toolbox toolbar

in the click event, call your macro.
 
Back
Top