G
Guest
Hi,
I'm trying to use SaveAs to save an excel worksheet as a tab delimited text file. I'm calling:
ws.SaveAs "c:\test.txt", FileFormat=xlTextWindows
The file is saved, but the format of it is just random characters inside the text file. It does not convert it to a clean txt file as it does when I do it through the excel IDE. Am I forgetting something or calling something wrong? Thanks.
Mark
I'm trying to use SaveAs to save an excel worksheet as a tab delimited text file. I'm calling:
ws.SaveAs "c:\test.txt", FileFormat=xlTextWindows
The file is saved, but the format of it is just random characters inside the text file. It does not convert it to a clean txt file as it does when I do it through the excel IDE. Am I forgetting something or calling something wrong? Thanks.
Mark