Question : VBA Code to Save an Excel File as a Tab Delimited Text File

We have an Excel file 4 columns of data.  When we try and save it as a Text File tab delimited, it saves it either as comma delimited or if it is tab delimited it saves some of the values with " around the value

I need code for my Active Workbook to save Sheet1 as a Tab Delimited MD-DOS Text File with No " around any of the values.  File Path and Name can be C:\MyTextFile.txt

How can I do this?  Thanks

Answer : VBA Code to Save an Excel File as a Tab Delimited Text File

Hi charming,

Take a look at this tool:
http://vbaexpress.com/kb/getarticle.php?kb_id=805

Regards,

Patrick
Random Solutions  
 
programming4us programming4us