Array Function « Data Type « VBA / Excel / Access / Word






1.Using the Array Function
2.The LBound and UBound functions return whole numbers that indicate the lower bound and upper bound indices of an array.
3.avoids the error "Subscript out of range"
4.Use IsArray function to check if a variable is an array