View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default adding a description for an UDF and its parameters(!)

Dieter Weitz wrote:
Hello,

I want my user defined functions (= custom functions) to appear
in the function assistant in the same way as built-in ones.
(categories don't matter)

I already know how to add a desription via the object browser
which then also appears in the function assistant.

But how can I add helping text for the parameters of the functions as
well?

Thanks
Dieter


Hi Dieter
maybe the free-addin FUNCUSTOMIZE.DLL is what you're looking for
(http://longre.free.fr/english)

Frank