title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.Version property (Excel) |
vbaxl10.chm133228 |
|
|
071cad0c-1cc0-8972-76f8-7c04d42765bd |
04/05/2019 |
medium |
Returns a String value that represents the Microsoft Excel version number.
expression.Version
expression A variable that represents an Application object.
This example displays a message box that contains the Microsoft Excel version number and the name of the operating system.
MsgBox "Welcome to Microsoft Excel version " & _
Application.Version & " running on " & _
Application.OperatingSystem & "!"
[!includeSupport and feedback]