Hi all,
I understand i can call several macros using the example below. But Say in a bunch of macro(Macro A, B, C, D) i only want to call A and B. Using a input box, how shld i code this?
Sub RunAll() Call Macro1 Call Macro2 Call Macro3 ...so on End Sub</pre>
pls advise
Sincerely
Edmund
I understand i can call several macros using the example below. But Say in a bunch of macro(Macro A, B, C, D) i only want to call A and B. Using a input box, how shld i code this?
Sub RunAll() Call Macro1 Call Macro2 Call Macro3 ...so on End Sub</pre>
pls advise
Sincerely
Edmund