![]() |
Importing from a text file
I'm having issues using the Public Sub ImportTextFile from the
cpearson site. I am trying to import a datafile that was written using VMS's DCL language. When I manually copy and paste the data into an excel sheet, the file shows up correctly. When I try and use the ImportTextFile to do it instead, it puts all the data in cell A1. I will gladly send someone some sample output -- if I paste it here the carriage return is changed and then it magically works. I think there is a problem with the way the carriage return is interperated, but I'm not sure. Does anyone know a way to import into excel from VMS so it shows up correctly? |
Importing from a text file
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. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com (email address is on the web site) "Robert" wrote in message oups.com... I'm having issues using the Public Sub ImportTextFile from the cpearson site. I am trying to import a datafile that was written using VMS's DCL language. When I manually copy and paste the data into an excel sheet, the file shows up correctly. When I try and use the ImportTextFile to do it instead, it puts all the data in cell A1. I will gladly send someone some sample output -- if I paste it here the carriage return is changed and then it magically works. I think there is a problem with the way the carriage return is interperated, but I'm not sure. Does anyone know a way to import into excel from VMS so it shows up correctly? |
Importing from a text file
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? |
All times are GMT +1. The time now is 09:56 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com