When importing data can you define a custome record delimiter? The data I am trying to import has a different record delimiter that the standard CR LF.
My only thought is to write a VBA program to read, convert, and rewrite the text file. Use Open with a record length of 1 or 2, check for your delimiter and substitute CR LF(Chr$(13) + Chr$(10)) then re-write the file with Write or Put. Then Import...<br>
<br>
Working with text files can be awkward with VB. There may be other tools that are better. VideoSoft's (
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.