G Guest Oct 15, 2004 #1 We can use MacroOptions to add description for the function. My question is how can I add argument description.
We can use MacroOptions to add description for the function. My question is how can I add argument description.
T Tom Ogilvy Oct 15, 2004 #2 for VBA UDF's this isn't supported. You might try a free addin written by Laurent Longre: http://longre.free.fr/english/index.html#FunCustomize
for VBA UDF's this isn't supported. You might try a free addin written by Laurent Longre: http://longre.free.fr/english/index.html#FunCustomize
K keepITcool Oct 15, 2004 #3 you could add the function description via object browser too. however argument description is not that easy. laurent longre has a solution called FunCustomize.dll see http://longre.free.fr/english/ keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
you could add the function description via object browser too. however argument description is not that easy. laurent longre has a solution called FunCustomize.dll see http://longre.free.fr/english/ keepITcool < email : keepitcool chello nl (with @ and .) > < homepage: http://members.chello.nl/keepitcool >
G Guest Oct 15, 2004 #4 Thanks Tom. Tom Ogilvy said: for VBA UDF's this isn't supported. You might try a free addin written by Laurent Longre: http://longre.free.fr/english/index.html#FunCustomize Click to expand...
Thanks Tom. Tom Ogilvy said: for VBA UDF's this isn't supported. You might try a free addin written by Laurent Longre: http://longre.free.fr/english/index.html#FunCustomize Click to expand...
G Guest Oct 15, 2004 #5 Thanks. At least, I know there is no direct way to add descriptions for arguments.