vb6 - type library version reference issue

S

sebastienm

Hi,
I want to create a dll as well as a COM add-in in vb6 that would work with
several Excel versions. Both will use the Excel type library. However, when
setting a reference to the Excel type library , it also grabs its version
number; that is, i suppose that once i set the reference, my dll and COM will
only work with that version of excel, say Excel 2k.
Also, I want to use early binding.
-Is there a way to have it work will Excel2k-2002-2003 without having to
create separate components?
-if cannot be done in vb6, can it be done in .net (if .net can with all
these version of xl, i have no idea).

I am new to dll and com so sorry if it is obvious.
Any idea, any reference to articles.
 

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

Top