I am reading a unicode txt file generated from excel (save as).
Using the hexunicontols31.ocx the code to read looks something like the below: Dim goUniFile As New clsUniFile sResult = goUniFile.OpenFileRead(sfile) goUniFile.ReadUnicodeLine(sReturnString)
I noticed the first line always has some strange characters in the first few characters - yet I cannot see them in the text file itself. Has this been seen before ?