VBAVersion

Object type

Property

Syntax

Vers = VBAVersion

Description

Reads out the version information of VBA installed in the E5071C. (Read only)

Variable

Parameter

Vers

Description

VBA version information

Data type

Character string type (String)

Examples

Dim Version As String
Version = VBAVersion
ECHO Version

Equivalent key

From the Help menu of the Visual Basic editor, click About Microsoft Visual Basic....