06-02-2016, 12:46 PM
Guys,
I've created a folder with a large amount of Macros.
MACRO_FOLDER
>Macro1
>Macro2
>Macro3
>Macro4
...
>Macro200
Then, I had to create another Macro to run all this macros in the same time. I made it using "mac" command.
>Macro_Runner
mac "Macro1"
mac "Macro2"
mac "Macro3"
mac "Macro4"
...
...
mac "Macro200"
But now I have a problem. I'd like to create a .exe to run all this macros and QM is saying it not possible to do this because Macro1 is not a function.
I'd really appreciate your help.
I've created a folder with a large amount of Macros.
MACRO_FOLDER
>Macro1
>Macro2
>Macro3
>Macro4
...
>Macro200
Then, I had to create another Macro to run all this macros in the same time. I made it using "mac" command.
>Macro_Runner
mac "Macro1"
mac "Macro2"
mac "Macro3"
mac "Macro4"
...
...
mac "Macro200"
But now I have a problem. I'd like to create a .exe to run all this macros and QM is saying it not possible to do this because Macro1 is not a function.
I'd really appreciate your help.