plugin made from VBA script

Hello!

I created a macro for Outlook 2003 which loads data from a txt file and create a new contact from that data.
I can add a button to that macro to the outlook toolbar manually, but my question is how can i make a plugin for Outlook with setup or sth like that. I mean sth like SalesForce. It adds an icon to the outlook toolbar, you dont have to to it manually, it has to be a way to do it without installing VS .net and stuff like that.
I wasnt sure where exactly i should put my post so sorry for any inconveniences.

thanks in advance!

Jack

[636 byte] By [Jack] at [2007-12-24]
# 1

Using the Visual Studio Tools for Office (VSTO) is by far the easiest way to create an Outlook addin. Short of that, you should be able to do it manually with some effort.

You might look at these links:

http://msdn.microsoft.com/office/
http://support.microsoft.com/ofd

For more info on manually creating an Outlook Addin.

rkimble at 2007-8-31 > top of Msdn Tech,Visual Basic,Visual Basic Language...