Hello Jonas
You can add comments on your UDF very simply using the VBE Object Explorer:
When in VBE press F2 (to view the Object Explorer)
Select your project name from the top dropdown list (eg: VBAProject)
Right-click on your function in the "Global members" window
Select Properties
Add your comments and finsh with OK
Save your project
Return to Excel and insert your function, you should then be able to see
your comments in the Function argumenst window.
HTH
Cordially
Pascal
"Jonas" <(E-Mail Removed)> a écrit dans le message de news:
(E-Mail Removed)...
> Does anybody know if it is possible to add descriptions of arguements
> for user-defined functions? I am referring to the window that appears
> when you choose a user-defined function; the "Function Arguments"
> window.
>
> I was able to add a description of the function but I haven't figured
> out how to add a description for the arguements.
>