Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Thank you! Using the Call Run Code.
"Rodrigo Ferreira" wrote: You can create a macro that call all the others -- Rodrigo Ferreira "Newbee" escreveu na mensagem ... 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? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You can create a macro that call all the others
-- Rodrigo Ferreira "Newbee" escreveu na mensagem ... 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? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Stop excel from dropping the 0 in the beginning of a number? | Setting up and Configuration of Excel | |||
Excel docs not saving as excel docs | Excel Discussion (Misc queries) | |||
Open Excel 2003 from Windows Explorer | Excel Discussion (Misc queries) | |||
Need suggestions for some uses of Ms Excel | Excel Discussion (Misc queries) | |||
Excel Range Value issue (Excel 97 Vs Excel 2003) | Excel Discussion (Misc queries) |