View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
F.H. van Zelm F.H. van Zelm is offline
external usenet poster
 
Posts: 10
Default Add description to UDF argument

Hi,

After writing a user defined function, I know how
- to add a general description
(like Sum has 'Adds all the numbers in a tange of cells.')
- to place the function in category
(with MacroOptions

But how to add a description to an argument, like SUM
has 'Number1: number1, number2, number3 ... are etc.'?

On www.bettersolutions/excel, I found a complex work
around by registering the functions.
Is there a simple way to do the trick? I sure hope so.

--
Mvg, Frans