View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Danny[_11_] Danny[_11_] is offline
external usenet poster
 
Posts: 4
Default Excel '97 text import problems:

Excel '97 text import problems:

I'd like to import a comma delimited .txt file with line break codes
for 'start new row' to my excel'97 worksheet.

Unfortunately it treats the 1st row of data as headings (as there
aren't any headings).

So:

1) I'd like the macro to treat all the file as data

And,

2) I'd also like to only select certain columns by their position.

Any suggestion gratefuly received and acknowledged.

many thx in advance

Danny