반응형

VBA Information 함수 일부

 

IsArray  Returns True if the variable is an array.

 

IsDate Returns True if the expression is a date.

 

IsEmpty Returns True if the variable is uninitialized.

 

IsError Returns True if the expression returns an error.

 

IsMissing Returns True if an optional value has not been passed to a Function procedure.

 

IsNull  Returns True if the expression is null (i.e., contains no valid data).

 

IsNumeric Returns True if the expression can be evaluated to a number.

 

Isobject  Returns True if the expression references a valid object.

 

LBound Returns the lower limit of an array dimension.

 

UBound Returns the upper limit of an array dimension.

 

 

 

반응형

+ Recent posts