View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Guy Normandeau Guy Normandeau is offline
external usenet poster
 
Posts: 29
Default Addins - Calling an addin function from within VBA code

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