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?
|