Before - Without Replace code
After - With Replace code
The following code works (replaces affected text in ALL rows):
sTemp = Replace(sTemp, ",""DUMMY""", "")
I cannot figure out why the one I wrote (with the left, len, mid functions) does not affect all the rows.