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.
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.