Application.Version Property

GeschlossenBeschreibung

Returns the version of the application.

GeschlossenSyntax

Anwendungsversion

GeschlossenAnmerkungen

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

If Application.Version > 7.0 And

Application.BuildNumber > 1540 Then

'other statements here

Else

'alternative statements here

Verwandte Themen