Application.ShowMe Method

Word Developer Reference

Displays the Office Assistant or the Help window when there is more information available.

Syntax

expression.ShowMe

expression   A variable that represents an Application object.

Remarks

If additional information isn't available, this method generates a message that no associated Help topic exists.

Example

This examples completes a TipWizard Show Me action if one's available.

Visual Basic for Applications
  Application.ShowMe

See Also