Is it possible to write an Addin that works in both Excel 2003 and 2007?
I was writing a generic add-on for Excel 2003. It adds a menu (CommandBarPopup) and a couple of menu items (CommandBarButton) that, when clicked, opens a WPF window to read the pair values and manipulate the sheet.
Is there a way to write it so that it works in 2007/2010 office or is it not possible?
If so, can anyone provide instructions on how to do this?
+2
a source to share
1 answer
The MS-Office libraries are fairly well compatible, so your add-ons should work the same way in a future version.
This really shouldn't be a problem, at least for command buttons and popups. If you are going to do something more complex, I highly recommend Add-in Express (sorry for the ads, I'm just a satisfied customer ;-))
Pz, developer of TaskConnect
+1
a source to share