Programming Reference Manual
 
Syntax
 
Result = MacroRunAsync(MacroName)
 
Description
Queues a macro to run asynchronuous in the same current session.
 
Parameter
Description
MacroName
The path and file name for the script to be executed.
Result
Boolean. Returns True if the script is successfully queued.
See Also
Example
 
Sub Main
    Debug.Print MacroRunAsync(“buildMyInfo.ccl”)
End Sub