As you said me earlier that tracking is not working for step replacement
so that u suggested me to use wildcards
this code is for non wildcards
Replace(exWb.Worksheets(1).Range("A" & i), "^", "^^")
and:
Replace(exWb.Worksheets(1).Range("B" & i), "^", "^^")
|