Question

I am currently in the process of re-writing some VBA macros that were written for office 2003. I was wondering if I wrote a C# add-in for 2007, if it would work for 2010 or maybe even 2013. Or if I wrote them for 2010 if they would work for 2007 and 2013 as well. I currently have access to 2007 but I could get access to 2010 if need be, no 2013 yet.

So, basically, how much does the version of office affect the plugins?

Was it helpful?

Solution

If you use Visual Studio Tools for Office 2010 (VSTO 4.0) then it will compatible for Office 2007 ,Office 2010 and with Office 2013.If you use earlier version other than the above then you can use that only for particular office versions only.As a example VSTO 3.0 only supports office 2003 and 2007 as shown below table.

For more information check this out Visual Studio Tools for Office and Visual Studio 2010 Tools for Office Runtime

compatibility Shows like below:

enter image description here

I hope this will help to you.

OTHER TIPS

you can take a look at Netoffice, a wrapper for MS Office that enables you to create Addins for all supported versions of MS Office. You don't need VSTO and you can check within your own code which version of Office your AddIn is running in.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top