Can Not Add a Reference to a Procedure

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have Excel XP, and I want to reference a procedure (dll) in the VBE created
by me using Visual Studio .Net XP. I tried Tools | References, and I
received the message "Can't add a reference to the specified file." What
are legitimate references? Should I create the *.dll reference as an
Automation Add-In? The Visual Studio Help states that the Add-Ins are for
other Visual Studio projects.

Thanks,

Gordon
 
GordonC said:
I have Excel XP, and I want to reference a procedure (dll) in the VBE created
by me using Visual Studio .Net XP. I tried Tools | References, and I
received the message "Can't add a reference to the specified file." What
are legitimate references? Should I create the *.dll reference as an
Automation Add-In? The Visual Studio Help states that the Add-Ins are for
other Visual Studio projects.

Thanks,

Gordon
What kind of dll is it that you have made? What is it supposed to do?

/Fredrik
 
Fredrik:

The dll was created using C#.Net. It has procedures that take numerical
values and return numerical value. It does caluculations.

Gordon
 

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