View Single Post
  #2   Report Post  
Dave Peterson
 
Posts: n/a
Default

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...b;EN-US;244167
INFO: Writing Automation Clients for Multiple Office Versions

http://support.microsoft.com/default...b;en-us;245115
INFO: Using Early Binding and Late Binding in Automation

http://support.microsoft.com/default...b;en-us;247579
INFO: Use DISPID Binding to Automate Office Applications Whenever Possible

Laurent M wrote:

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.


--

Dave Peterson