Application.HelpTool Method
Word Developer Reference |
Changes the pointer from an arrow to a question mark, indicating that you'll get context-sensitive Help information about the next command or screen element you click. If you click text, Word displays a box describing current paragraph and character formats. Pressing ESC turns the pointer back to an arrow.
Syntax
expression.HelpTool
expression Required. A variable that represents an Application object.
Example
This example changes the mouse pointer from an arrow to a question mark.
Visual Basic for Applications |
---|
|
See Also