Quote Originally Posted by jindon View Post
1)


You can't do it like that.
Value/Text property MUST be explicitly expressed, otherwise Dictionary object treat them as Range Object.

2)
            if aType(1) = "Fruits" then
                  'add items 
            End if
Doesn't make sense.
Thanks for the info. I've tried that and it worked (values are on text) but I'll change it as per your advice.
My problem is I want to add an additional item on the unique key I have made. Basically, there is one item per key and I want it to be two items when certain conditions are met.