Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
| Word Developer Reference |
Returns a Find object that contains the criteria for a find operation. Read-only.
Syntax
expression.Find
expression A variable that represents a Selection object.
Remarks
The selection is changed if the find operation is successful.
Example
The following example searches forward through the document for the word "Microsoft." If the word is found, it is automatically selected.
| Visual Basic for Applications |
|---|
|
See Also