Macro to line up delimited Items?
Posted: Tue Aug 12, 2014 2:58 pm
Hi,
Is there any macro that can line up delimited data for easier viewing? Excel import is too cumbersome.
Ex: Orginal File
Desired Output
Is there any macro that can line up delimited data for easier viewing? Excel import is too cumbersome.
Ex: Orginal File
Code: Select all
PET,FRUIT,COLOR,SHAPE
Dog,Lemon,Red,Triangle
Cat,Lime,Blue,Circle
Bird,Orange,Yellow,SquareCode: Select all
PET ,FRUIT ,COLOR ,SHAPE
Dog ,Lemon ,Red ,Triangle
Cat ,Lime ,Blue ,Circle
Bird ,Orange ,Yellow ,Square