Thread: UDF screentip
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
MP Capital Advisory MP Capital Advisory is offline
external usenet poster
 
Posts: 1
Default UDF screentip

In excel, go to Tools/Macro and enter the name of your UDF. Go to options
and key-in the help/description.

wrote in message
...
I have written some custom functions. Because one of them
has five input parameters, I would like to use a screentip
like Excel has for standard functions (that yellow box
that gives you info about input parameters). Is there a
way to create this for a UDF?

Thanks in advance for any help.

Dave