|
-
Jun 13th, 2015, 04:37 PM
#2
Re: [RESOLVED] A Scripting.Dictionary of arrays of collections
VBA Intellisense is not the most intelligent, but in this case there is not much that it could do.
The Scripting Dictionary is not a typed Dictionary like is available in other languages. The stored item is a Variant and each Dictionary entry could have a different type item. Hence there is nothing to give Intellisense a clue that the item you retrieved is an array and much less so the each array element is a Collection.
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|