how to reference DLL in VBA?

  • Thread starter Thread starter Meir Rotfleisch
  • Start date Start date
M

Meir Rotfleisch

HI

I have a DLL that references another DLL both writen in DotNet (one VB the
other C#) how can I reference the DLL so that I can use it in Office 2003
VBA? I added an reference to the TLB file but I keep getting can't create
objct error in the VBA class module

Suggestions? What am I missing here?????

Regards

Meir Rotfleisch
 
* "Meir Rotfleisch said:
I have a DLL that references another DLL both writen in DotNet (one VB the
other C#) how can I reference the DLL so that I can use it in Office 2003
VBA? I added an reference to the TLB file but I keep getting can't create
objct error in the VBA class module

DLL A references DLL B. Which DLL do you want to use within VBA?
 
HI

I am attempting to Reference the TLB of DLL A. (and trying to Create New
Object of DLL A in VBA)

Regards

Meir
 
Hi

Thanks for your help. I got the file however I still don't know how to
create the DLL from it and then reference it in VBA. Can you send me a
readme in English that will explain what I have to do?

Regards

Meir
 
Back
Top