View Single Post
 
Old 03-09-2016, 11:10 PM
paik1002 paik1002 is offline Windows 7 64bit Office 2010 64bit
Advanced Beginner
 
Join Date: Dec 2015
Posts: 63
paik1002 is on a distinguished road
Default Substituting words from a word list

I'd like to substitute words in a document (MS Word) from word list using macros.

The word list is an Excel file, wherein the contents are arranged in a 2 column fashion. The left-hand column would constist of rows of words to be searched for, while the right-hand side would be the corresponding words to be substituted.

For example, I'd like to batch substitute hello, day, and internet explorer with bye, night, and google chrome, respectively.

hello -> bye
day -> night
internet explorer -> google chrome

Could it be done?
Reply With Quote