View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dave[_69_] Dave[_69_] is offline
external usenet poster
 
Posts: 2
Default Excel to SQL DB Update

I have an Excel Spreadsheet that is populated from a SQL Database. There
are several fields to be updated on a daily basis. I am looking for help on
the code necessary to write the changes back to the SQL database. I used
some ADODB connections strings in other script, but cannot figure out in
Excel VBA.

Thanks