Hi Friends,
This is Krishna murthy. I have problem on vb. actual prb is how to convert excel file to csv using vb. can anyone knows this code please help me.
Thank u
krishna murthy
Printable View
Hi Friends,
This is Krishna murthy. I have problem on vb. actual prb is how to convert excel file to csv using vb. can anyone knows this code please help me.
Thank u
krishna murthy
Hi Krishna and welcome to Forums!
What version of Vb do you use - VB6 or VB.net? You should've posted your question directly in one of those forums instead.
The easiest way:
Automate Excel. (See Si the geek's tutorial.) Open Excel invisible. Open the .xls file. Save it as a .csv file. Close Excel. (I convert 5 .csv files to .xls files every week that way.)