I
isaacvarghese
Hi All,
I'm developing and Automation addin for Excel 2003 using VS.NET 2005
(C#). I was successful in creating the function and it's working as
expected.
But my issue is that I couldn't find a way to show a brief description
in the Insert Function Dialog box. Inside the dialog box i can see my
function name with parameter list, just below the "Select a Function"
List box. And in place of description a test appears "No help
available".
Can some one suggest me the way to achieve this?
On searching various articles/forums, I found that in VBA you can
achive this using "Application.MacroOptions _
Macro:="TestMacro", _
Description:="This function gives back the 'Hello world'
message!", " etc.
Any code samples/ direction in this respect would be really
appreciated.
Thanks in advance for your help.
Isaac Varghese
I'm developing and Automation addin for Excel 2003 using VS.NET 2005
(C#). I was successful in creating the function and it's working as
expected.
But my issue is that I couldn't find a way to show a brief description
in the Insert Function Dialog box. Inside the dialog box i can see my
function name with parameter list, just below the "Select a Function"
List box. And in place of description a test appears "No help
available".
Can some one suggest me the way to achieve this?
On searching various articles/forums, I found that in VBA you can
achive this using "Application.MacroOptions _
Macro:="TestMacro", _
Description:="This function gives back the 'Hello world'
message!", " etc.
Any code samples/ direction in this respect would be really
appreciated.
Thanks in advance for your help.
Isaac Varghese