I am trying to create a scripting dictionary, preferably, with the name of the dictionary equal to the current value of a variable during processing.
For instance, say the value of variable strCity is "Memphis". I would like to create the dictionary with the name "Memphis", to list all of the attributes associated with Memphis.
Is this possible in VBA, and if so, how?
For instance, say the value of variable strCity is "Memphis". I would like to create the dictionary with the name "Memphis", to list all of the attributes associated with Memphis.
Is this possible in VBA, and if so, how?