Pengidentifikasi tipe VBA (steno)

Identifier type 
character 	Data type 	Example
% 			Integer          Dim L%
& 			Long 		Dim M&
@ 			Decimal		Const W@ = 37.5
! 			Single 		Dim Q!
# 			Double 		Dim X#
$ 			String 		Dim V$ = "Secret"
Braxton Bell