Excel Command Buttons

N

Newbee

I am trying to create a command button that will run a series of macros.
However the command button will only allow me to assign one macro. What is
another way that I can run several macros in a sequence with one button.
Instead of having to run them one at a time?
 
N

Newbee

Application.run seems to be working fine. I don't know why I didn't think of
this I guess I'm just to bogged down in the details.
 
Top