View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
DennisB[_2_] DennisB[_2_] is offline
external usenet poster
 
Posts: 9
Default import Excel worksheet to SQL Server table

I have an ADO connection to SQL Server 2005 and I use SQL Server Management
Studio's import wizard to import Excel sheets to tables. This is very time
consuming and I was wondering what would be the best way to import the files
to SQL using VBA from Excel. I currently call various stored procedures from
VBA.

Any code snippets or help?

DennisB