Hi
I have a command button and a whole bunch of macros. Rather than having one button for each macro I'd like to have just one button for all the macros.

I've tried putting multiple "Run" commands into the On-click event e.g
Run ("Macro1")
Run ("Macro2")
Run ("Macro3")
but only the first run command executes.

Can anyone suggest any way around this.

Many Thanks
J