I have this code I use to find and replace cell values. I added an If statement to make sure one cell value does not get replaced based on the offset cell. It is not working. Need to know what I am doing wrong.
Dim oFindRng As Range
Dim Col1 As String
Col1 = "A"
Columns(Col1).Select...