in this line,
'Dictionary is included in the reference "Microsoft Scripting Runtime" in a working project that already has that reference:
Dim myVar as Dictionary
How can I locate which library it references to, without googling it ? In this case, without knowing that Dictionary is included in "Microsoft Scripting Runtime", how could I have guessed it ?
Thanks !