Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have Excel 2000 on Win 2000 and I am trying to save the active worksheet as a tab delimited file. This is what I've tried: Dim i As Integer Dim ws As Worksheet ws = ActiveWorkbook.SaveAs("13031t.txt", xlTextWindows) But I keep getting an error on the "Saveas" saying it needs a valid function. So how do I do this? Also, what is the file format for a tab delim file? Excel VBA help does not say, it just lists the file format constants. Thanks -- Say no to fixed width tables. They look terrible in all browsers. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How can I save a 40meg 26,000 row file to Space Delimited format | Excel Discussion (Misc queries) | |||
Save file as semi-colon delimited? | Excel Worksheet Functions | |||
how do i save an excel file as a non-delimited, non-packed fixed | Excel Discussion (Misc queries) | |||
Unwanted Quotations Marks in Save as Tab Delimited File | Excel Discussion (Misc queries) | |||
How do I save format changes in a comma delimited file? | Excel Worksheet Functions |