View Single Post
 
Old 10-21-2016, 06:28 AM
dwirony dwirony is offline Windows 7 64bit Office 2003
Advanced Beginner
 
Join Date: Oct 2016
Posts: 49
dwirony will become famous soon enough
Default If statement for find and replacing certain text

Hello all again,

I'm working on another macro that can use an if statement to FindText and then based on finding a certain text, can replace another string within the document. For example, if the string "State of Florida" is found at ANY point in the document, it would replace another string, "STATE TAX" with the corresponding tax info, etc. I'm trying to build an If/ElseIf function to do something like this, could anyone lend a hand?

Much appreciated!
Reply With Quote