View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jasmine Jasmine is offline
external usenet poster
 
Posts: 27
Default Import Text File

I need to write a macro to import a text file. The file is space delimited,
but has the last column on line 2. The file will look like this:

column1 column2 column3 column4 column5
column6
column1 column2 column3 column4 column5
column6

That 6th column will run almost the entire length of the previous 5. Is
there a way to import this as the 6th column instead of having it split from
the first line of data? Any help with this would be appreciated. Thank you!