Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Word Developer Reference |
True if the find operation searches forward through the document. Read/write Boolean.
Syntax
expression.Forward
expression A variable that represents a Find object.
Remarks
False causes a Word find operation to search backward through the document.
Example
This example replaces the next occurrence of the word "hi" in the selection with "hello."
Visual Basic for Applications |
---|
|
The following example searches backward through the document for the word "Microsoft." If the word is found, it is automatically selected.
Visual Basic for Applications |
---|
|
See Also