Question : Remove prefix

Hi Experts,

I would like to request Experts help to write the script for deleting the listed prefix at Column_C (Reconcile) sheet.
The prefix are:

Tdf:
Tdff:
Tdfs:
Tdf :

Hope Experts could help to create this feature. I’ve attached the workbook for Experts perusal.


Attachments:
 
 

Answer : Remove prefix

you can add this to the top of the script I gave you (just below the for), or you can copy the for/next lines and insert this in between:

cells(i,3).value=mid(cells(i,3).value,instr(cells(i,3).value,":")+1)
Random Solutions  
 
programming4us programming4us