View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Juan[_3_] Juan[_3_] is offline
external usenet poster
 
Posts: 13
Default Explain Parameters for a UDF

Hi all...

When you use the Insert Function Dialog Box to insert an
Excel Built In Function, the dialog box explains what the
function does and what each parameter of the function is
suposed to be...

How can I code this information on a User Defined Function
so tha when I use the Isert Function Dialog Box it will
explain what it does and tells the user what type of
information he should input in the formula for it to work.

Also... how do I attach a Help File with examples for a UD
Function...

Any help is highly appreciated...

Regards.
JS