In my effort to make a very simple database that compiles monthly data (linked from several Excel Spreadsheet) and exports the data back into Microsoft Excel, im stumped on 1 thing.
My new plan requires the User to select from a combo box a list of the sites (or blank if All) and then a Date Range followed by an export button. Is it possible for the user to be able to select their own spreadsheet to export to? Here is my current code
My new plan requires the User to select from a combo box a list of the sites (or blank if All) and then a Date Range followed by an export button. Is it possible for the user to be able to select their own spreadsheet to export to? Here is my current code
Code:
DoCmd.TransferSpreadsheet acExport, acSpreadsheetTypeExcel9, "qryVSOCMaster", "C:\Users\Public\Desktop\HopeItWorks.xlsx", True