G
Guest
Hi,
I'm trying to simply save an excel worksheet as a tab delimited text file. I'm calling
ws.SaveAs "c:\test.txt", FileFormat=xlTextWindows
It saves the file just file, but when I open the text file, I get a lot of random characters and it doesn't display as it does as if I were to do it through Excel's IDE. Am I calling something wrong to not get the correct tab delimited text file or am I forgetting something? Thanks.
Mark
I'm trying to simply save an excel worksheet as a tab delimited text file. I'm calling
ws.SaveAs "c:\test.txt", FileFormat=xlTextWindows
It saves the file just file, but when I open the text file, I get a lot of random characters and it doesn't display as it does as if I were to do it through Excel's IDE. Am I calling something wrong to not get the correct tab delimited text file or am I forgetting something? Thanks.
Mark