Hi
I need some help with a file I am working with.
On Sheet 1, I have data which is downloaded from a system with inconsistent data. I have a list of all the possible "find and replace" items I need to run in column B of sheet 1 to make it consistent.
If in sheet 2 column A and B, I copy all these find and replace items (i.e. find "-" and replace with "/" and so on), how can I set up a macro to look at sheet 2, column a and b and replace in sheet 1 in column B instead of me updating the code every time a new find and replace item is added?
The total list is currently at 90 and every time something changes I have to update the VBA code to ensure that the find and replace macro works which can be time consuming. I am using Office 2007.
Thanks for the help.
I need some help with a file I am working with.
On Sheet 1, I have data which is downloaded from a system with inconsistent data. I have a list of all the possible "find and replace" items I need to run in column B of sheet 1 to make it consistent.
If in sheet 2 column A and B, I copy all these find and replace items (i.e. find "-" and replace with "/" and so on), how can I set up a macro to look at sheet 2, column a and b and replace in sheet 1 in column B instead of me updating the code every time a new find and replace item is added?
The total list is currently at 90 and every time something changes I have to update the VBA code to ensure that the find and replace macro works which can be time consuming. I am using Office 2007.
Thanks for the help.