Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 havent found anything helpful yet in my googling. Any hints or advice would be appreciated. Thanks! k |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to find/replace all of the names of files in EXCEL workbook. | Excel Discussion (Misc queries) | |||
Macro to Find & Replace | Excel Worksheet Functions | |||
Macro: Find and replace | Excel Discussion (Misc queries) | |||
find&replace macro | Excel Worksheet Functions | |||
Find & Replace in VB macro | Excel Discussion (Misc queries) |