Hi all. I just add a description to a function I made in Visual Basic. I can
see this description in the function arguments dialog box. My function uses 4
arguments, and I want to add a description in the dialog box to each one of
this arguments.

For example, the function vlookup() uses four arguments, and in the dialog
box you find a description of the function and an independent description of
each one of the arguments.

So, what I want to do is to put this individual description for the
arguments of my function. How can I do this?

Thank you.