Reputation: 23
I am trying to use Scripting.Dictionary in Excel VBA and was just wondering if anyone knows if it is single or multi threaded?
Thanks
Upvotes: 1
Views: 91
Reputation: 234705
You don't need to worry about the threading model of Scripting.Dictionary
in VBA, as VBA runs in a single threaded apartment.
Upvotes: 1