Quick question. I have a user defined function in VBA. When I type the formula in a cell I would like the arguments to have a one word description as with standard Excel functions. For example, the SUM function in Excel has
=SUM(number1, number2, ...)
when it is typed in a cell.
Can I do this somehow with my UDF?
Cheers
=SUM(number1, number2, ...)
when it is typed in a cell.
Can I do this somehow with my UDF?
Cheers