Returning an dictionary object from a function in VBA -


i have following declaration in function in vba:

set dict = createobject("scripting.dictionary") 

when try return dict using code getdates = dict error. can please?

thanks!

set getdates = dict 

you have use set.


Comments

Popular posts from this blog

javascript - Iterate over array and calculate average values of array-parts -

php - Time zone issue -

php - How can I edit my code to echo the data of child's element where my search term was found in, in XMLReader? -