Is it at all possible to create an Excel file (.xlsm) from data in a SQL 2014 database that would also include VBA macros, data validation and form controls? I can have a template of the Excel file with much of this in place.Alternatively, can you update an existing Excel file in a known location?The requirement is to have a budget template that has an updated list of vendors available in a drop down list. The list of vendors is maintained in SQL. The form control and VBA controls what a user would be able to delete/add. The sheet would eventually be imported back into the database.I'd rather have all of this functionality performed from an application, but the client wants the impart capability as well.
↧