View Single Post
 
Old 02-28-2017, 04:16 AM
benpk1 benpk1 is offline Windows 7 64bit Office 2016
Novice
 
Join Date: Feb 2017
Posts: 3
benpk1 is on a distinguished road
Default Multiple find and replace Word 2016

Good Morning,

As a very rusty VBA person, I am looking for some support with a script that will:

Open multiple Word documents in multiple folder locations - all the files are within a folder hierachy, so selecting the top folder will work for my purposes if it applies to all subfolders.

Replace specific words in all the documents. I have a list of about 20 words that I need to replace with alternatives. The replacement words must match the case of the replacement word and not the case of the current word. No wildcards needed.

Save documents - no need to save in alternative place.

I can find scripts that almost do what I need, but would be grateful for any experts getting me the full way.

Thanks in advance.
Reply With Quote