Quantcast
Channel: Excel Macro Tutorials » Array Functions
Viewing all articles
Browse latest Browse all 7

VBA-Excel: Array Functions – LBound and UBound()

$
0
0
Description:  LBound and UBound() Functions returns the starting index ( Lower Bound) and Ending index (Upper Bound) of an array. Format: LBound(arrArrayName [, dimension]) UBound(arrArrayName [, dimension])   Arguments: arrArrayName Manda­tory Type: Array Array whose lower or upper bound needs to found dimension Optional Type: Numeric If an array is one dimensional then no need Read More →

Viewing all articles
Browse latest Browse all 7

Trending Articles