View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
Rob van Gelder[_4_] Rob van Gelder[_4_] is offline
external usenet poster
 
Posts: 1,236
Default User Defined Function description

Could you please try the suggestion he
http://groups.google.co.nz/groups?hl...D2AC%40free.fr

Application.MacroOptions "Myfunction", "This is my function."

Please advise if this works?



"Richard" wrote in message
...
Previous to Excel 2003, you could provide a basic
description of a user-defined function that would appear
in the Insert Function dialog. This was done by going
into the object browser and selecting the function then
selecting properties (member options) and typeing in the
description.

Under Excel 2003, if you do this the description is
thrown away. I have tried this on several installations
of 2003 and all are the same. Is this by design or is it
a bug?