How to write back a SQL Server table from Excel
Belinda
Why not use Access linked tables
In Excel VBA, use ADO to connect to the tables in the SQL Server database. Populate your worksheets (or whateevr) using the recordsets that you create from the DB via the ADO connection object. It isn't hard
Joe
|