Greetings all!
I'm trying to write a find/replace script that will look at two columns of info in a single range on a single tab. If the script finds abc in the first column and the second column says xyz the script will find all occurances of abc in the entire workbook and replace them with xyz. It would then cycle to the next match. There are about 2000 total matches to be found and replaced. This is something I've always done manually in the past (not as often as I would like due to the effort involved). Doing it manually is also error prone. I don't get the opportunity to write code very often and writing a script like this is beyond my skill set. Any help?
____________________
Mike
I'm trying to write a find/replace script that will look at two columns of info in a single range on a single tab. If the script finds abc in the first column and the second column says xyz the script will find all occurances of abc in the entire workbook and replace them with xyz. It would then cycle to the next match. There are about 2000 total matches to be found and replaced. This is something I've always done manually in the past (not as often as I would like due to the effort involved). Doing it manually is also error prone. I don't get the opportunity to write code very often and writing a script like this is beyond my skill set. Any help?
____________________
Mike