COM Add-ins for XP and 2007

G

Gopra

I have to create a tool that should work on both Office xp and 2007. I dont
want to do it on VBA. Is it possible to create a COM ADD-in or in some other
that i can achieve this.
 
K

Ken Slovak - [MVP - Outlook]

Sure. Just compile against the oldest version of whatever application you
are programming to. Have that installed on the development system.

Since you don't mention the application your COM addin would be for, or the
language you intend to use it's impossible to say anything more.
 
Top