Thread
:
Invoking a macro from within another
View Single Post
#
2
Posted to microsoft.public.excel.programming
[email protected]
external usenet poster
Posts: 244
Invoking a macro from within another
Sub RunMacro
MyTest
MyOutput
end sub
sub MyTest
msgbox "this is my test"
end sub
sub MyOutput
msgbox "this is my output"
end sub
in other words, just put the name of the sub and it will run.
Reply With Quote
[email protected]
View Public Profile
Find all posts by
[email protected]