VBA Functions: Arrays
Find the list of all the main VBA functions on the VBA Functions page.
Arrays
| Array | Returns an array containing the values passed as arguments. |
| Choose | Returns a value from its list of arguments based on a number. |
| Join | Groups the values of an array into a string, with or without a delimiter. |
| Split | Divides a string based on a delimiter to obtain an array of values. |
| UBound | Returns the highest index available for the specified dimension of an array. |