View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_45_] John[_45_] is offline
external usenet poster
 
Posts: 2
Default Insert Records from Excel Into MS SQL Server

I've been able to execute select statements to retrieve
selective data from SQL Server inside of the VBA code in
Excel. What commands are necessary to Insert records into
the same database and table?