I am starting Access and then an Access macro from within an Excel workbook using VBA. The Access macro runs a function that executes a number of sequential Access 'Saved Imports'. After the macro finishes, it returns control back to Excel via Switch_Window ("Excel").
Is there a way that I can absolutely be sure that all of the 'Saved Import' routines successfully imported all data withput any errors and pass that information back to Excel?
Thanks.
Is there a way that I can absolutely be sure that all of the 'Saved Import' routines successfully imported all data withput any errors and pass that information back to Excel?
Thanks.