In this section you can find VBA functions and subroutines to operate on collections and dictionaries.
The functions are listed below:
- Function to combine collections into one collection (
joinCollections)
- Function to combine dictionaries into one dictionary (
joinDictionaries)
- Function to get the values of the given dictionary as an array (
getDictionaryValues)
- Function to get the keys of the given dictionary as an array (
getDictionaryKeys)
- Function convert the given dictionary into 2D array (
dictionaryToArray)
joinCollections)joinDictionaries)getDictionaryValues)getDictionaryKeys)dictionaryToArray)