Is it possible to write an Addin that works in both Excel 2003 and 2007?

Posted by user169867 on Stack Overflow See other posts from Stack Overflow or by user169867
Published on 2010-05-09T20:12:19Z Indexed on 2010/05/09 20:18 UTC
Read the original article Hit count: 195

Filed under:
|
|
|

I've been writing a shared addin for Excel 2003. It adds a menu (CommandBarPopup) and a couple menu items off it (CommandBarButton) that when clicked open a WPF window to read a couple values and manipulate the worksheet.

Is there a way to write it so that it would work in office 2007/2010 as well, or is it impossible?

If so, can anyone provide instructions for how that is done?

© Stack Overflow or respective owner

Related posts about vsto

Related posts about ms-office