Returns the version of VBA used in RC-WinTrans.

Type Info:

VBAVersion As String
Example:
Dim App As Application

Set App = Application

MsgBox App.VBAVersion
Remarks: Read-only property.

See also:

Class Application

Last Updated: 03/17/21