Application.Version Property

关闭描述

Returns the version of the application.

关闭语法

Application.Version

关闭备注

This property is intended to be used primarily in the test condition of If...Then...Else statements or Select Case statements. 例如:

If Application.Version > 7.0 And

Application.BuildNumber > 1540 Then

'other statements here

Else

'alternative statements here

相关主题