I have a need to find values in column A with values in column B.
I have a simple loop using cell(i,1) and cell(i,2).
That works fine.
The problem is I am finding something like "r23c21" and replacing that with "text". I am finding r23c217 and the replacement yields "text7". I need a find 'exact only' type of parameter or something. I have about 1500 replacements to automate. I have added a space after the find values, but FIND seems to strip that out.
thanks in advance
I have a simple loop using cell(i,1) and cell(i,2).
That works fine.
The problem is I am finding something like "r23c21" and replacing that with "text". I am finding r23c217 and the replacement yields "text7". I need a find 'exact only' type of parameter or something. I have about 1500 replacements to automate. I have added a space after the find values, but FIND seems to strip that out.
thanks in advance