Run multiple macros
Have the button connected to something like:
Sub MAIN()
Call Mac1
Call Mac2
Call Mac3
.......
End Sub
As long as the Mac's are not Private, you should be O.K.
--
Gary''s Student - gsnu200903
"puiuluipui" wrote:
Hi, is there any way i can run multiple macros located in diferent modules?
I want to have a button assigned to a macro and when i click it, the
multiple macro to run the macro in module 1, then the macro in module 2, then
the macro in module 3....
Can this be done?
Thanks!
|