Can Access open an Excel spreadsheet?

P

prairie smoke

After an export of a query to Excel, can I have Access immediately open the
Excel spreadsheet (on top) so the user can see it?, i.e. to the user, it
would look seamless.

Thanks,
prairie smoke
 
J

John Nurick

Assuming that the path to the Excel workbook is in the variable
strFilespec, you can use

Application.FollowHyperlink strFilespec, , True
 
Top