View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Dieter Weitz Dieter Weitz is offline
external usenet poster
 
Posts: 1
Default adding a description for an UDF and its parameters(!)

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