Hi all,
Currently I have the code below, which converts text to columns. I paste the text (with multiple rows) in cell A1 and run the macro.
Sub TextToColumns()
Columns("A:A").Select
Selection.TextToColumns Destination:=Range("A1"), DataType:=xlFixedWidth, _...