Importing text with multiple delimiters

C

CJ

If all else fails and if the file is not too large you
could open it in word and do a find replace to make a
comma the delimiter.
 
S

Scott

Thanks. However, I should have mentioned that I'm dealing
with text files that have a couple hundred thousand
records, so I don't know if that will work. I'll try it
though.
 
Top