Results 1 to 3 of 3

Thread: how to convert excel data to csv using vb

  1. #1

    Thread Starter
    New Member
    Join Date
    Apr 2007
    Posts
    1

    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

  2. #2

  3. #3
    PowerPoster
    Join Date
    Feb 2006
    Location
    East of NYC, USA
    Posts
    5,691

    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
  •  



Click Here to Expand Forum to Full Width