Property
Vers = VBAVersion
Reads out the version information of VBA installed in the E5071C. (Read only)
Parameter |
Vers |
Description |
VBA version information |
Data type |
Character string type (String) |
Dim Version As String
Version = VBAVersion
ECHO Version
From the Help menu of the Visual Basic editor, click About Microsoft Visual Basic....