G Guest Sep 15, 2004 #2 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, Simply call it by name. Here is an example: Sub OuterMacro() InnerMacro End Sub Sub InnerMacro() MsgBox "Hello, world!" End Sub HTH, Ryan