W
wayne
I have an application where I retrieve access 97 data with a query, export
it to an excel spreadsheet (test.xls) and use a button on my form to open
excel. I need some help with the code to have excel open directly to the
file test.xls.
Right now my code is:
Dim oApp As Object
Set oApp = CreateObject("Excel.Application")
oApp.Visible = True
Thanks for any help in advance.
Wayne
it to an excel spreadsheet (test.xls) and use a button on my form to open
excel. I need some help with the code to have excel open directly to the
file test.xls.
Right now my code is:
Dim oApp As Object
Set oApp = CreateObject("Excel.Application")
oApp.Visible = True
Thanks for any help in advance.
Wayne