Jun 10, 2003 #1 meny21 IS-IT--Management Oct 4, 2002 101 MX Hi!!! Do you know guys, how can I export data from SQL Server or Access using Visual Basic? I mean, I put a button for the user and when he clicks, all the data instead a report go to Excel WorkSheet. Thanks for any help!!!! MR
Hi!!! Do you know guys, how can I export data from SQL Server or Access using Visual Basic? I mean, I put a button for the user and when he clicks, all the data instead a report go to Excel WorkSheet. Thanks for any help!!!! MR
Jun 10, 2003 #2 chadt Programmer Feb 22, 2001 226 US you could always use the recordset and excel object library. First read the data in....then create the spreadsheet from the recordset. I would do a search for Visual Basic Excel either here or on google. Upvote 0 Downvote
you could always use the recordset and excel object library. First read the data in....then create the spreadsheet from the recordset. I would do a search for Visual Basic Excel either here or on google.
Jun 10, 2003 #3 MangroBongacello Programmer Mar 20, 2001 189 SI See this link: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q246335 Upvote 0 Downvote
Jun 10, 2003 Thread starter #4 meny21 IS-IT--Management Oct 4, 2002 101 MX Thank you!!! I will check it! Upvote 0 Downvote