Addins - Calling an addin function from within VBA code

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

Guest

I have several functions that are created and stored in an addin. I can use
all these functions as they were designed, except, from within VBA code for
this worksheet.

I have declared the function in the addin as public but i cannot seem to be
able to access it from within VBA in my new workbook.

What can i do to access these frunctions.

Thanks

Guy Normandeau
 
Name your VPA Project Addin with a definite name.
Within VBE; Tools>References, check your project

HTH
 
Back
Top