Office Add In with VB.NET

oafc0000

Member
Joined
Jan 28, 2003
Messages
18
Haws anybody had experince of creating Office Add ins with VB.NET.

I mostly intrested in Outlook 2000 but also need to know about this functionaility in general.

Does anybody know of a good website to learn it from or for referance.

Thanks in advanced
 
Since the .NET framework was released after Office 2000 (and XP,
I believe), the VBA in these versions most likely does not
support .NET add-ins. In fact, the only thing I know of that
supports .NET add-ins and VBA is Visual Studio .NET itself.
 
Theres little stopping you from creating a COM-callable wrapper for your .NET DLL, if a COM DLL is in fact what youre looking for.
 
Back
Top