MsoWizardMsgType enumeration (Office)
Specifies the context under which a wizard's callback procedure is called. Used as an argument in a callback procedure designed for use with a custom wizard.
Name | Value | Description |
---|---|---|
msoWizardMsgLocalStateOff | 2 | User clicked the right button in the decision or branch balloon. |
msoWizardMsgLocalStateOn | 1 | Not supported. |
msoWizardMsgResuming | 5 | Passed to the ActivateWizard method if msoWizardActResume is specified for the Act argument. |
msoWizardMsgShowHelp | 3 | User clicked the left button in the decision or branch balloon. |
msoWizardMsgSuspending | 4 | Passed to the ActivateWizard method if msoWizardActSuspend is specified for the Act argument. |
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.