Programming Reference Manual
MacroRun
Syntax
MacroRun
MacroName$
[,
Command$
]
Description
Play a
macro
. Execution will continue at the following statement after the macro has completed.
Parameter
Description
MacroName$
Run the macro named by this string value.
Command$
Pass this string value as the macro's
Command$
value.
See Also
Command$
,
MacroDir$
,
MacroRunThis
,
RunBasicScript
,
MacroRunAsync
.
Example
Sub
Main
Debug
.
Print
"Before Demo"
MacroRun
"Demo"
Debug
.
Print
"After Demo"
End
Sub
Home
IDE Overview
Declarations
Data Types
Assignment
Flow Control
Flow Control
Call
CallByName
Choose
Do...Loop
End
Exit
For...Next
For Each...Next
GoTo
If...ElseIf...Else...End If
IIf
MacroRun
MacroRunThis
RaiseEvent
RunBasicScript
Select Case...End Select
Stop
While...Wend
Error Handling
Conversion
Variable Info
Constant
Math
Financial
Strings
StringClass
Objects
Time/Date
File
User Input
User Dialog
Dialog Functions
Web Form
CCL (web server)
DDE
Settings
Miscellaneous
Operator
Translator