Reputation: 197
I have the following declaration in a function in VBA:
Set dict = CreateObject("Scripting.Dictionary")
When I try to return dict using the code GetDates = dict
I get an error. Can someone help please?
Thanks!
Upvotes: 0
Views: 3689