all groups > c# > july 2005 >
You're in the

c#

group:

creating custom Excel functions


creating custom Excel functions Homer Simpson
7/10/2005 11:02:34 PM
c#: Hi,

With the VS2005 for Office tools, is it possible to create custom functions
with tooltips? This has been a limitation of VBA and I'm wondering if I
can/will be able to do this.

Thanks,
Scott

Re: creating custom Excel functions Willy Denoyette [MVP]
7/11/2005 11:50:17 AM

[quoted text, click to view]

Please post VS2005 VSTO Beta questions to
http://forums.microsoft.com/msdn/default.aspx?ForumGroupID=4

Willy.


Re: creating custom Excel functions Nicholas Paldino [.NET/C# MVP]
7/11/2005 12:30:33 PM
Scott,

What do you mean by custom functions with tooltips? Do you mean in
Excel? Or do you mean functions that are exposed in the office environment
which you can get intellisense info for?

If you mean the latter, then I don't think it will work, since there is
no way to attribute your function with the Helpstring attribute in VS.NET
which the COM interop layer is going to pick up (this is what VBA in Office
is going to use for the description, I believe).

Hope this helps.


--
- Nicholas Paldino [.NET/C# MVP]
- mvp@spam.guard.caspershouse.com

[quoted text, click to view]

AddThis Social Bookmark Button