Version Property Example
The following example returns the version of the application.
Public Sub GetAppVersion() Dim myAppVersion As String myAppVersion = Application.Version End Sub