Replace Text
Replace the text with another text.
Last updated
Replace the text with another text.
Last updated
Replaces all occurrences of a text within a word document with another text.
This activity can only be used after the Open Word Document activity.
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.
Found : Boolean Variable
A variable that indicates whether the text to be replaced was found or not.