Building a Com addin for Office 2000 / Office 2007

Posted by Stuart on Stack Overflow See other posts from Stack Overflow or by Stuart
Published on 2009-11-23T16:55:54Z Indexed on 2010/04/22 18:03 UTC
Read the original article Hit count: 391

Filed under:
|
|

I am struggling to find a straight forward guide to creating office addins using VSTO and VB.net.

Specifically I would like to know how to be able to create a addin/ dll which can either be referenced from VBA in the form:-

Addin.method(argument) or Addin.property = X

Or which would install its own custom toolbars/ ribbon interface to an aspect of office for example Word.

I've checked MSDN and in terms of legibility and usability of the explanations I have drawn a blank so far.

I currently have a requirement to create at least one addin for Office 2000 to run and manipluate SQL and then a suite of addins for a customized Office 2007 (Word) set-up.

© Stack Overflow or respective owner

Related posts about vsto

Related posts about com