View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Newbee Newbee is offline
external usenet poster
 
Posts: 33
Default Excel Command Buttons

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.

"Gord Dibben" wrote:

Sub run_all()
macro1
macro2
macro3
End Sub


Gord Dibben MS Excel MVP

On Tue, 21 Nov 2006 08:30:02 -0800, Newbee
wrote:

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?