A
Amy Blankenship
When my code gets to this line:
Set d = CreateObject(Scripting.Dictionary)
I get the message
method or data member not found
I have added a reference to Microsoft Scripting Runtime. What am I missing?
Thanks;
Amy
Set d = CreateObject(Scripting.Dictionary)
I get the message
method or data member not found
I have added a reference to Microsoft Scripting Runtime. What am I missing?
Thanks;
Amy