Thread
:
Another problem with export to TXT
View Single Post
#
2
Posted to microsoft.public.excel.programming
Tom
external usenet poster
Posts: 25
Another problem with export to TXT
I find out solution:
ActiveWorkbook.SaveAs Filename:="test.txt", _
FileFormat:=xlTextMSDOS, CreateBackup:=False, Local:=True
Local:=True - this is important.
Tom
Reply With Quote
Tom
View Public Profile
Find all posts by Tom