K
K8_Dog
Hi All,
I have some basic macro writing experience, and I would like to write a
macro that would perform a series of find and replace operations. The process
will involve two different Excel files - "Master" and "Corrections". Master
is my master document. Corrections has two columns: A contains mistakes that
are in the master; B contains their corrections.
Corrections file Example:
Mistakes Corrections
Colour Color
Humour Humor
Through Thru
Buses Busses
Basically I want to find mistakes in Master and replace them with the
corrections. In Master, the macro would be something like
Replace What:="colour", Replacement:="color†etc…
But instead of the words “colour†and “color†it would be a reference to
look at the “Corrections†file, perform find with A1, replace with A2, and
then move on to the next row.
I haven’t found anything helpful yet in my googling. Any hints or advice
would be appreciated.
Thanks!
k
I have some basic macro writing experience, and I would like to write a
macro that would perform a series of find and replace operations. The process
will involve two different Excel files - "Master" and "Corrections". Master
is my master document. Corrections has two columns: A contains mistakes that
are in the master; B contains their corrections.
Corrections file Example:
Mistakes Corrections
Colour Color
Humour Humor
Through Thru
Buses Busses
Basically I want to find mistakes in Master and replace them with the
corrections. In Master, the macro would be something like
Replace What:="colour", Replacement:="color†etc…
But instead of the words “colour†and “color†it would be a reference to
look at the “Corrections†file, perform find with A1, replace with A2, and
then move on to the next row.
I haven’t found anything helpful yet in my googling. Any hints or advice
would be appreciated.
Thanks!
k