I am trying to create a dictionary object with the following code
Set d = CreateObject(Scripting.Dictionary)
but I get method or date member not defined however I have microsoft scripting runtime referenced which should allow me to create a dictionary object. scrrun version that I have is 5.6.0.6626.
Does anybody have any ideas as I don't really have the time to go code all that myself
Set d = CreateObject(Scripting.Dictionary)
but I get method or date member not defined however I have microsoft scripting runtime referenced which should allow me to create a dictionary object. scrrun version that I have is 5.6.0.6626.
Does anybody have any ideas as I don't really have the time to go code all that myself