VBA Functions: Arrays

Find the list of all the main VBA functions on the VBA Functions page.

Arrays

ArrayReturns an array containing the values passed as arguments.
ChooseReturns a value from its list of arguments based on a number.
JoinGroups the values of an array into a string, with or without a delimiter.
SplitDivides a string based on a delimiter to obtain an array of values.
UBoundReturns the highest index available for the specified dimension of an array.