Navigation: Object Model Reference > Application Object > PromptMacroValue Event |
|
Notification that occurs when an undefined macro is encountered while expanding macros. The listener can prompt the user for a value.
Syntax
Application_PromptMacroValue(ByVal name As String, canceled As Boolean, value As String)
Arguments
Application
Application object
name
The name of the undefined macro.
canceled
Callee must set to False if a value was provided by the user.
value
The value entered by the user.
See Also
Applies to Application object