This has been driving me crazy. It occurs in different contexts, but here's an example. I have a subform, and in the subform's module I declare a dictionary object to keep track of some information:
Private colFlaggedNodes As Scripting.Dictionary
In the subform's load event I set a...