How would I remove lets say, 4 characters from the left in an excel cell? I know how to use the replace function...but from what I know, it only removes a phrase that you specify. For example:
Can anyone help?
Code:
objExcel.Range("A5:A65536").Replace "_xF8FF_", "/"
Can anyone help?