How do I know what version of excel I am running?

K

kellyws

How do I determine what version of ecxel I am running on my pc. I have
Windows XP Home edition.
 
R

Ron de Bruin

Hi kellyws

Help>About Microsoft Excel in the menu bar

With code

MsgBox Application.Version
 
Top