VBA データ型
Variant
内部処理形式
Empty
Null
Boolean
Byte
Integer
Currency
Long
Single
Double
Date
String
Object
Error
VarType関数
内部処理形式を表わす整数(Integer)で返す
数値
整数
Byte
Integer
%
Long
&
小数点数
Single
!
Double
#
通貨
Currency
@
固定小数点計算時にも
日付
Date
文字列
可変長文字列
String
$
固定長文字列
String*Length
$
オブジェクト
Object
論理
Boolean
ユーザー定義型
Typeステートメントで定義