![]() |
How to create .csv file
Hi All,
I've a requirement to save selected sheet as .csv file through macro. The macro I designed is able to create new excel file with selected sheet. while saving I'm giving as gwbk.save "C:\Test\test.csv", Format:=XlNormal I'm getting test.csv but I'm not able to open test.csv file to see comma seperated values in note pad. Can any one help meout how to create .csv file which can be opened in notepad? Any help would be appreciated. Note: The macro code should work in excel-2003 & 2007 environment. Advanced Thanks, ~Vins |
How to create .csv file
gwbk.SaveAs Filename:= _
"C:\Test\test.csv", FileFormat:=xlCSV Gord Dibben MS Excel MVP On Tue, 21 Jul 2009 14:18:01 -0700, Vinod wrote: Hi All, I've a requirement to save selected sheet as .csv file through macro. The macro I designed is able to create new excel file with selected sheet. while saving I'm giving as gwbk.save "C:\Test\test.csv", Format:=XlNormal I'm getting test.csv but I'm not able to open test.csv file to see comma seperated values in note pad. Can any one help meout how to create .csv file which can be opened in notepad? Any help would be appreciated. Note: The macro code should work in excel-2003 & 2007 environment. Advanced Thanks, ~Vins |
How to create .csv file
Thanks Gord Dibben for your response.
Its working for me. "Gord Dibben" wrote: gwbk.SaveAs Filename:= _ "C:\Test\test.csv", FileFormat:=xlCSV Gord Dibben MS Excel MVP On Tue, 21 Jul 2009 14:18:01 -0700, Vinod wrote: Hi All, I've a requirement to save selected sheet as .csv file through macro. The macro I designed is able to create new excel file with selected sheet. while saving I'm giving as gwbk.save "C:\Test\test.csv", Format:=XlNormal I'm getting test.csv but I'm not able to open test.csv file to see comma seperated values in note pad. Can any one help meout how to create .csv file which can be opened in notepad? Any help would be appreciated. Note: The macro code should work in excel-2003 & 2007 environment. Advanced Thanks, ~Vins |
All times are GMT +1. The time now is 06:19 AM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com