M
monica
I have been saving a worksheet in my Excel file as comma-
delimited using VBA like this:
ThisWorkbook.SaveAs "FileName", xlCSVWindows
How do I save as tab-delimited text file instead? Isn't
there something to put in place of "xlCSVWindows"?
Thanks in advance!
delimited using VBA like this:
ThisWorkbook.SaveAs "FileName", xlCSVWindows
How do I save as tab-delimited text file instead? Isn't
there something to put in place of "xlCSVWindows"?
Thanks in advance!