sccrsurfer
Board Regular
- Joined
- Feb 22, 2011
- Messages
- 61
Hi Guys, can I add a range or an array as an item to a corresponding key? Lets say I have a spreadsheet where Column A has values that populate my dictionary Keys and columns B:D contain the item. So if I used the "Add" method,it would look like this: D.Add Key:=Value Item:Values in the row where the key appears and columns B:D. The goal would be to fill a dictionary with keys in column A, loop through the unique keys, and on another worksheet, dump the items associated w/ each key. Is this possible?