How do i find out what version of excel or works is on a computor?

T

tootsieroll321

Can anyone tell me how I can find out what version of
works and also excel is on a computor?
 
R

Rob

The usual quick method would be to click Help on the application's menu and
then select About......in the dropdown list (usually at the bottom of the
list).

Rob
 
B

Bernard Liengme

Good answer from Rob but if you want to do it dynamically use
=INFO("release")
Value for XL2003 is 11.0

best wishes
 
Top