I use SQL to read data from a closed workbook. Is it possible to write new records or updates to a record in a closed workbook using SQL?
Advice
2 Replies
Yes it's possible - for example see this post Write/update data via ADO to closed Excel workbook Whether it will work for your particular use case may depend on the details of what you want to do.