Excel Import

T

Tim Williams

I think if you recprd a macro when opening a text file and set "origin" to
Macintosh it should give you what you need.

Otherwise, use the filesystemobject to read in the whole file, split the
string on Chr(10) (or 13, I forget) and then iterate through the array and
write the lines to the sheet.

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top