library installer

  • Thread starter Thread starter Laurent M
  • Start date Start date
L

Laurent M

Hello,

i developped an Excel application which will be used by my
clients, but i don't know what are their excel version.

I would like that when they'll open the application for the
first time that all missing library would be installed

Many thanks.
 
You might have better luck in developing in the oldest version of excel that
your client has.

And use late binding instead of using explicit references.

You may want to look at these links that Tom Ogilvy posted recently:

Here are some more extensive references on binding:

Use late binding - don't have a reference to excel.

http://support.microsoft.com/default.aspx?scid=kb;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default.aspx?scid=kb;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default.aspx?scid=kb;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever Possible
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top