You would not need to export the data to excel, (too many steps)...
Create a live link to the table or query from within excel,
From excel click Data>Get External Data>New Database Query>....the choose msaccess databases* from the list...You can opt to use the wizard or MsQuery (a gui type interface, similar to access)at this point...
or follow the wizard from there (to select your mdb, table or query),I would recommend the MsQuery option.
Then return your data to excel.
When data is returned,...you can right click in the data and select properties to refresh on open...auto fill formulas etc.
This is now a live link, any time the workbook is opened. your current / up to date access data comes in (if you set the refresh on open option).
To make your query more dynamic...
you can add user input parameters by either bracketing the prompt in the criteria area of the msquery editor, or by assigning the parameter to a cell value in a sheet.