Hello
I am using MS Excel 2003
with vb I have a macro the key part being:
This saves the excel spreadsheet as Benchmark_Gross_Profit_Feed.txt in my c directory
The problem is, when I open this, it's complete garbage!
Yet, if I manually save the spreadheet as Benchmark_Gross_Profit_Feed specifying Text (Tab Delimited) as the format the resultant file is perfectly legible
Any ideas what causes this?
Are there some additional parameters I should be using?
Thanks
Damian.
I am using MS Excel 2003
with vb I have a macro the key part being:
Code:
ActiveWorkbook.SaveAs "c:\Benchmark_Gross_Profit_Feed.txt"
This saves the excel spreadsheet as Benchmark_Gross_Profit_Feed.txt in my c directory
The problem is, when I open this, it's complete garbage!
Yet, if I manually save the spreadheet as Benchmark_Gross_Profit_Feed specifying Text (Tab Delimited) as the format the resultant file is perfectly legible
Any ideas what causes this?
Are there some additional parameters I should be using?
Thanks
Damian.