Adding Help to Automation UDF using VB.Net without using Function

P

Pochi

Hi,

I am using Automation UDF. I want to add Help to individual UDF without
using Insert->Functions wizard. I have used the below VB.Net code but it is
not working:

applicationObject.MacroOptions(Macro:="GetProprietaryAdvisoryPortfolioData",
Description:="Help for GetProprietaryAdvisoryPortfolioData function from
adddin")

Can anybody help me out.

Thanks In Advance,
Sripathi
 
Top