Replace Text
Replace the text with another text.
Replaces all occurrences of a text within a word document with another text.
Input
Input :
WordHandle Variable
The word handle object to reference the opened word document.
Replace Text :
String Argument
The text to replace with.
Search Text :
String Argument
The text that is to be replaced.
Output
Found :
Boolean Variable
A variable that indicates whether the text to be replaced was found or not.
Last updated