Uhh sorry missed the multiline aspect, seems like you have "hard" linebreaks represented by character with the ASCII code 10. I tested if you could change to a different linebreak char (13) but it made no difference.
Maybe you could come up with something different than the hard linebreak chars and thereby keep the multiline effect in the field.
Cheers
cslarsen
Main Topics
Browse All Topics





by: CSLARSENPosted on 2008-12-19 at 00:04:07ID: 23210794
This one works fine for me with regards to the unicode chars.
te, _ e, Tab:=False, Semicolon:=False, Comma:=True _
Workbooks.OpenText Filename:= _
"C:\ExportedData.txt", Origin:=65001, _
StartRow:=1, DataType:=xlDelimited, TextQualifier:=xlDoubleQuo
ConsecutiveDelimiter:=Fals
, Space:=False, Other:=False, FieldInfo:=Array(Array(1, 1), Array(2, 1), _
Array(3, 1)), TrailingMinusNumbers:=True
Cheers
cslarsen