View Single Post
  #12   Report Post  
Posted to microsoft.public.excel.programming
GS[_6_] GS[_6_] is offline
external usenet poster
 
Posts: 1,182
Default covert data from text file into columns

Ok, this is different text than your sample. Both mine & Claus' solutions use a
textual delimiter to distinguish start of each block of data; - that means code
has to account for that with each file. Also, the headers are not the same and
these must also be accounted for.

Claus makes a good point for cleaning the non-printable characters out of the
file so I'll build this into my revision...

--
Garry

Free usenet access at http://www.eternal-september.org
Classic VB Users Regroup!
comp.lang.basic.visual.misc
microsoft.public.vb.general.discussion