control to change sheet

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
 
T

Tom Ogilvy

Assuming combobox from the control toolbox toolbar

in the click event, call your macro.
 
Top