Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have six separate VBA macro modules and I need a way to run them one after
the other instead of clicking on each one, can I create a seventh macro to chain them together? Thank you very much |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Apr 15, 6:23*am, Sherif wrote:
I have six separate VBA macro modules and I need a way to run them one after the other instead of clicking on each one, can I create a seventh macro to chain them together? Thank you very much You could call them in your seventh macro like Sub seven 'call macro 1' 'call macro 2' end sub etc |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
No quotes. "Call" is optional.
-- Jim "Ixtreme" wrote in message ... On Apr 15, 6:23 am, Sherif wrote: I have six separate VBA macro modules and I need a way to run them one after the other instead of clicking on each one, can I create a seventh macro to chain them together? Thank you very much You could call them in your seventh macro like Sub seven 'call macro 1' 'call macro 2' end sub etc |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thank you very much it worked
"Ixtreme" wrote: On Apr 15, 6:23 am, Sherif wrote: I have six separate VBA macro modules and I need a way to run them one after the other instead of clicking on each one, can I create a seventh macro to chain them together? Thank you very much You could call them in your seventh macro like Sub seven 'call macro 1' 'call macro 2' end sub etc |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
What may cause macro modules to be created by accident? | Excel Worksheet Functions | |||
Macro to import modules into a worksheet | Excel Discussion (Misc queries) | |||
VBA password protected modules | Excel Discussion (Misc queries) | |||
Protected modules | Excel Discussion (Misc queries) | |||
Empty modules | Excel Discussion (Misc queries) |