Big Chemical Encyclopedia

Chemical substances, components, reactions, process design ...

Articles Figures Tables About

UBound Function

Use the LBound and UBound functions to obtain the dimensions of an array during execution of your procedure. The LBound function returns the lower index of an array. For example, for the array Sample described previously, LBound(Sample) returns 1 and UBound(Sample) returns 10. [Pg.280]

A parameter involved in specifying the cell coordinates in an array is called an index if there is any ambiguity about their nature, indices should be declared as integers. (Special VBA functions such as LBound and UBound, for lower bound and upper bound respectively, always specify integers, and therefore need not be dimensioned as such.)... [Pg.385]


See other pages where UBound Function is mentioned: [Pg.438]    [Pg.438]    [Pg.438]    [Pg.438]   
See also in sourсe #XX -- [ Pg.280 , Pg.303 ]

See also in sourсe #XX -- [ Pg.280 , Pg.303 ]




SEARCH



UBound

© 2024 chempedia.info