Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
What is the command in a macro, to run another macro?
Thanks Ruud |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Ruud,
Simply call it by name. Here is an example: Sub OuterMacro() InnerMacro End Sub Sub InnerMacro() MsgBox "Hello, world!" End Sub HTH, Ryan "Ruud" wrote: What is the command in a macro, to run another macro? Thanks Ruud |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks Ryan
"Ryan Poth" wrote in message ... Ruud, Simply call it by name. Here is an example: Sub OuterMacro() InnerMacro End Sub Sub InnerMacro() MsgBox "Hello, world!" End Sub HTH, Ryan |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macro recorded... tabs & file names changed, macro hangs | Excel Worksheet Functions | |||
Macro Help Needed - Excel 2007 - Print Macro with Auto Sort | Excel Worksheet Functions | |||
macro to delete entire rows when column A is blank ...a quick macro | Excel Programming | |||
Start Macro / Stop Macro / Restart Macro | Excel Programming |