Find Version of a program (excel) installed
-
I have an application that uses Excel 2003. How can I know what is the version of Excel in the end user? Is there any way I can find it out when the program starts? Thank you in advance
And option could be to find out where/ if Excel is installed on a machine via the registry. Then open the fileinfo (use Diagnostics.FileVersionInfo and FileVersionInfo.GetVersionInfo(strPathToFile)) and extract the excel.exe file version. Based on the result of that, you will know what excel version the user has. - Dan Nobel
"The question is not how far. The question is, do you possess the constitution, the depth of faith, to go as far as is needed?" boondock saints
-
I have an application that uses Excel 2003. How can I know what is the version of Excel in the end user? Is there any way I can find it out when the program starts? Thank you in advance
hi u go to help menu and see that ABOUT tab.u will get the version