Hello,
I have a function designed to update a Dictionary object. All works well, but now I want to make the function more generic by having it instantiate a new dictionary object by passing a name. The motive is to use the function across different dictionaries. The problem is that the vba...