dictionary->(item, item, item); Can dictionary point to an array inVBA?

C

cate

Is it possible to have a dictionary object point to an simple array?

Can you do something like that in code?
 
T

Tim Williams

Dim oDict as new Scripting.Dictionary

oDict.Add "key_value", Array("foo", "bar")

Tim
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top