c# - How can I change version of Excel which is used by Visual Studio to debug? -


i have 3 versions of ms excel installed on pc. developing vsto tool. vs debugger fires ms excel 2013. should force vs debug tool in other version of ms excel?

replace interop reference target version , use start external program option in properties window shown below:

enter image description here

specify path target office excel version.


Comments

Popular posts from this blog

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -