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:
specify path target office excel version.
Comments
Post a Comment