Applies To
Application Object.
Description
Returns the version number of Microsoft Excel. Read-only.
Example
This example displays a message box with the Microsoft Excel version number and the name of the operating system.
MsgBox "Welcome to Microsoft Excel version " & _ Application.Version & " running on " & _ Application.OperatingSystem & "!"