Scottmh wrote in another thread:
"I found the only way to have a macro call/run another macro was to take the called/run macro and make it an *.ebh (Header) file. You'll need to change that macro's Sub Main/End to a Function, but it works very well.
Then the calling macro needs a '$Include: "extra!.ebh" in the very top of the macro. After that you just call/run the second macro by calling it by name."
Can you post the text of one of your macros that works, so I can adapt it? I want Extra to look at a field and then choose a macro to run based on its contents.
thanks
"I found the only way to have a macro call/run another macro was to take the called/run macro and make it an *.ebh (Header) file. You'll need to change that macro's Sub Main/End to a Function, but it works very well.
Then the calling macro needs a '$Include: "extra!.ebh" in the very top of the macro. After that you just call/run the second macro by calling it by name."
Can you post the text of one of your macros that works, so I can adapt it? I want Extra to look at a field and then choose a macro to run based on its contents.
thanks