Need to parse a column in excel that contain the following information. Could someone provide me some guidance so that I can parse this column using Excel or a macro or in VBA.
The information that I need to parse is:
Column A:
"25209
375487
BroadBand (WEST)"
Need to parse it like:
Column D Column E Column F
25209 375487 BroadBand (West)
Your assistance will be appreciated.
The information that I need to parse is:
Column A:
"25209
375487
BroadBand (WEST)"
Need to parse it like:
Column D Column E Column F
25209 375487 BroadBand (West)
Your assistance will be appreciated.