The user wants that after the data is being exported into the excel file, the file opens up automatically.
I export data using this code:
DoCmd.OutputTo acOutputTable, "Wbt_Orders", acFormatXLS, strDb & datExst & ".xls"
Please suggest if I could open excel file from the code?
Thanks
I export data using this code:
DoCmd.OutputTo acOutputTable, "Wbt_Orders", acFormatXLS, strDb & datExst & ".xls"
Please suggest if I could open excel file from the code?
Thanks