Make sure you are using the correct delimiter character and that the lines
in the text file end with vbNewLine. It sounds like the code isn't finding
the specified delimiter characters in the imported text, and therefore
doesn't split apart the columns and rows.

Signature
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com
(email address is on the web site)
> I'm having issues using the Public Sub ImportTextFile from the
> cpearson site. I am trying to import a datafile that was written
[quoted text clipped - 8 lines]
> interperated, but I'm not sure. Does anyone know a way to import into
> excel from VMS so it shows up correctly?
Robert - 16 Feb 2007 17:30 GMT
I actually don't want a delimiter -- the code I use is expecting all
the content to be in Column A. I just want all the individual lines
from the text file put on a single row in Column A. Will the
ImportTextFile program work without delimiters? And I'm not sure what
kind of carriage return is at the end of each line. Do you know of a
way to find the ascii value and convert it to a vbNewLine character?