作用 | 关键字 |
指定值。 | Let |
声明变量或常数。 | Const, Dim, Private, Public, New, Static |
声明模块为私有。 | Option Private Module |
判断 Variant。 | IsArray, IsDate, IsEmpty, IsError, IsMissing, IsNull, IsNumeric, IsObject, TypeName, VarType |
引用当前对象。 | Me |
变量须明确声明。 | Option Explicit |
设置缺省数据类型。 | Deftype |