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/for.../vsto/threads/. There are
pinned links there for addin samples as well as information on deployment
and other VSTO issues.
--
Ken Slovak
[MVP - Outlook]
http://www.slovaktech.com
Author: Professional Programming Outlook 2007.
Reminder Manager, Extended Reminders, Attachment Options.
http://www.slovaktech.com/products.htm
"PaulCT" <(E-Mail Removed)> wrote in message
news:3EA30F27-0CB6-436D-B441-(E-Mail Removed)...
>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.