Hello I am trying to replace only one instance of a value in a sheet which is always 8 cells over from another value. (I have hundreds of these sheets so I have some code for that loop task).
Trick is there are multiple entries of each value and it is not always in the same cell of each sheet but it is always a relative 8 cells over from the first instance of another value.
I imagine it would go like this:
Go to cell A1
Search by column until you find the first "9999" in the sheet.
Now move 8 columns over, (same row) and replace whatever is in that cell with "8888"
Stop (dont look for any more "9999"s)
Save/close file
Trickier than I can handle Thx as always!
Bookmarks