How to determine the current version of excel

Add-in Express™ Support Service
That's what is more important than anything else

How to determine the current version of excel
How to determine the current version of excel being used 
jon Doe




Posts: 6
Joined: 2007-03-03
I wrote an add-in app for excel. I need to somehow determine which version of excel the user is currently using in order to write my own code that will protect worksheets as different versions allow different protection options. How would u determin the current version of excel using add-in xpress ?
Posted 25 Jun, 2007 04:26:36 Top
jon Doe




Posts: 6
Joined: 2007-03-03
is it possible to do so?
Posted 25 Jun, 2007 04:57:25 Top
Joseph Poon




Posts: 15
Joined: 2007-06-17
You can look up the 'Version' property of the application object. In ADX.net, you can access the Excel application through ExcelApp:

ExcelApp.version
Posted 25 Jun, 2007 10:27:25 Top