Hi folks, me again.
I'm building a form for the client which will allow the results of a query to be exported to Excel using a button on the form. No problem exporting: sussed how to do that. What I want to know now is how can I tell using Access 97 VBA if the client has Excel installed on their PC? I want to disable the option if the client hasn't got Excel installed. The only thing I can think of so far is to try to open an instance of Excel and check for an error-message; not a very good solution at all.
Thanks again
I'm building a form for the client which will allow the results of a query to be exported to Excel using a button on the form. No problem exporting: sussed how to do that. What I want to know now is how can I tell using Access 97 VBA if the client has Excel installed on their PC? I want to disable the option if the client hasn't got Excel installed. The only thing I can think of so far is to try to open an instance of Excel and check for an error-message; not a very good solution at all.
Thanks again