Creating Add-in from VBA

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.
 
K

Ken Slovak - [MVP - Outlook]

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top