Variable | Type specifier | Usage |
---|---|---|
String | $ | Dim Str_Var As String |
Integer | % | Dim Int_Var As Integer |
Long | & | Dim Long_Var As Long |
Single | ! | Dim Sing_Var As Single |
Double | # | Dim Dbl_Var As Double |
Variant | Dim X As Any | |
Boolean | Dim X As Boolean | |
Byte | Dim X As Byte | |
Object | Dim X As Object | |
Currency | (Not currently supported) |