-
Notifications
You must be signed in to change notification settings - Fork 93
Open
Description
I have two dictoinary object, mydict and mydict2. I have customer email and customer address to store, mydict stores email as key, address as value. mydict2 store address as key, email as value when mydict.exist(a record). I look at locals window. the records are well store inside mydict and mydict2. and it is accessible for mydict, but not for mydict2.
when i debug mydict with debug.print
Debug.Print "email : " & mydict2(Key)
Debug.Print "address : " & Key
next key```
output:
```email :
address : ```
Metadata
Metadata
Assignees
Labels
No labels