Hello all, i have created a macro to extract the data from A column except 1st word. But i could not find a way to delete those extracted data from A column. Please guide me to acheive that. Thank you.
My macro example.
Sub DeLeft()
Dim i As Long, d As Long
Dim Cel As Range
Dim Rng As Range...