How to transfer data from worksheet to table

  • Thread starter Thread starter clara
  • Start date Start date
C

clara

Hi all,

I have some data in a worksheet and need to be transfered to a table in SQL
Server 2005 using VB 2005, the question is how can I manipulate the Excel
object model and access to the data in the worksheet.

Clara

thank you so much for your help
 
Hi there,

Thank you so much for your help !
Finally, I decide to write a macro within the workbook, create two
connection:one to the worksheet and the other one to the SQL Server with ADO
2.6, retrieve data from the worksheet and insert into the SQL Server.

Clara

thank you so much for your help
 
Back
Top