See Also Example Applies To Specifics
Resumes or suspends Office Assistant Help during a custom wizard.
Note You should use this method only with the StartWizard method.
Syntax
expression.ActivateWizard(WizardID, Act, Animation)
expression Required. An expression that returns an Assistant object.
WizardID Required Long. The number returned by the StartWizard method.
Act Required Variant. Specifies the change to the Office Assistant Help session. Can be one of the following MsoWizardActType constants: msoWizardActActive, msoWizardActInactive, msoWizardActResume, or msoWizardActSuspend.
Animation Optional Variant. The animation the Office Assistant performs when it is suspended or resumed.