yeungsprite
Programmer
Hi,
I am importing a unicode text file into Excel, modifying it, and then saving it. The problem i am having is that my command:
xlBook.Application.SaveWorkspace "valid.txt"
is not saving as a Unicode file, so when i try and reopen the modified file, it is gibberish. There are two possible options when saving as a text file in the Save As dialog box:
1. Text (Tab delimited) (*.txt)
2. Unicode Text (*.txt)
How do i specify to save as unicode txt file?
Thanks in advance
I am importing a unicode text file into Excel, modifying it, and then saving it. The problem i am having is that my command:
xlBook.Application.SaveWorkspace "valid.txt"
is not saving as a Unicode file, so when i try and reopen the modified file, it is gibberish. There are two possible options when saving as a text file in the Save As dialog box:
1. Text (Tab delimited) (*.txt)
2. Unicode Text (*.txt)
How do i specify to save as unicode txt file?
Thanks in advance