MacroError Object Members

Access Developer Reference

Represents the properties of a run-time error that occurs in a macro.

Properties

  Name Description
Bb257403.properties(en-us,office.12).gif ActionName Gets the name of the macro action that was executing when an error occurred. Read-only.
Bb257403.properties(en-us,office.12).gif Arguments Gets the arguments specified for the macro action that was executing when an error occurred. Read-only String.
Bb257403.properties(en-us,office.12).gif Condition Gets the condition of the macro action that was executing when an error occurred. Read-only String.
Bb257403.properties(en-us,office.12).gif Description Gets the text that represents the current error message. Read-only String.
Bb257403.properties(en-us,office.12).gif MacroName Gets the name of the macro that was running when an error occurred. Read-only String.
Bb257403.properties(en-us,office.12).gif Number Gets the current error number. Read-only Long.