|
-
Apr 6th, 2007, 11:22 AM
#1
Thread Starter
Hyperactive Member
Import CSV to Excel with vb.net [2005]
If I want to import a CSV file into an Excel wooksheet do I have to move the data into a datatable first or can I place the data directly into Excel ?
-
Apr 6th, 2007, 11:45 AM
#2
Re: Import CSV to Excel with vb.net [2005]
You can do it either way, or you can program a macro to do it and then have your app fire the macro.
-
Apr 6th, 2007, 11:50 AM
#3
Thread Starter
Hyperactive Member
Re: Import CSV to Excel with vb.net [2005]
thanks
I was pretty sure that it could be done but I'm having trouble finding examples of moving the file directly to Excel. I want to import the CSV to a worksheet and rename the worksheet. Do you have any links for examples?
-
Apr 6th, 2007, 11:54 AM
#4
Re: Import CSV to Excel with vb.net [2005]
Check out this thread by one of the moderators (RobDog):
http://www.vbforums.com/showthread.php?t=358585
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
|