Registering UDFs

K

Kevin Beckham

I am using Jan Karel Pieterse's RegisterUDF class module to register 70 odd
functions in a number of categories within a custom xla add-in.
However, to keep them out of the User-Defined category I declared them as
Private.
But now I need to make the add-in able to be referenced by other projects
and so the functions need to be not private (not necessarily Public) When I
do that they appear in the User-Defined category. I could use the
MacroOptions approach but prefer the full descriptions offered by JKP's
approach.
Is there a solution to this problem ?

On a related matter we declare one function to be in the Engineering
category to avoid problems with the Analysis - VBA add-in
 

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

Top