The following table lists the Visual Basic data type characters.
| Character | Data Type |
|---|---|
| % | Integer |
| & | Long |
| @ | Decimal |
| ! | Single |
| # | Double |
| $ | String |
Using data type characters alone to determine a variable’s data type can be confusing, so I recommend that you use an As clause instead.