Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Running Several Macros with .exe
#1
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)