|
-
Apr 12th, 2007, 09:15 AM
#1
Thread Starter
New Member
how to convert excel data to csv using vb
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
-
Apr 12th, 2007, 07:48 PM
#2
Re: how to convert excel data to csv using vb
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.
-
Apr 13th, 2007, 03:01 PM
#3
Re: how to convert excel data to csv using vb
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.)
The most difficult part of developing a program is understanding the problem.
The second most difficult part is deciding how you're going to solve the problem.
Actually writing the program (translating your solution into some computer language) is the easiest part.
Please indent your code and use [HIGHLIGHT="VB"] [/HIGHLIGHT] tags around it to make it easier to read.
Please Help Us To Save Ana
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|