Creating Add-in from VBA

  • Thread starter Thread starter PaulCT
  • Start date Start date
P

PaulCT

I have many bespoke functions and forms I have created for Outlook but have
been asked to produce some of these as a company-wide add-in so that other
users can benefit from them. I have had Visual Studio 2005 installed on my
Windows XP laptop and have installed VSTO 2005. Can anyone point me to a good
online tutorial to walk me through creating my first add-in for Outlook? I've
tried but cannot find one yet.

Many thanks.
 
You would not be using VBA code, you'd be using VB.NET or C# code.

If you are planning on creating a VSTO addin I'd go to www.outlookcode.com
for information and links to VSTO information as well as a ton of Outlook
coding information and samples. You can also go to the VSTO MSDN forum at
http://social.msdn.microsoft.com/forums/en-US/vsto/threads/. There are
pinned links there for addin samples as well as information on deployment
and other VSTO issues.
 
Back
Top