Hi Guys,
I have the following code which is designed to simply find and replace the values in a given range with values in another range. The find values are defined on a sheet in one range (column) and the replacement values in another. eg
I am assigning each other those ranges as arrays in the formula. The code needs to run through array1 value 1 and replace it with array2 value 1
I'm figuring there are two options here: Either define it all as one multi column array (as the two data sets are next to each other) or define them as separate ranges as I have (this method would seem to be good if the array ranges where in different locations)
Formula:
Please Login or Register to view this content.
This is the section of code causing issues so far, I think my issues is I'm not coding the "i" variable correctly? Is there a simple fix here?
Formula:
Please Login or Register to view this content.
Thank you
Bookmarks