View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] tom.medland@googlemail.com is offline
external usenet poster
 
Posts: 3
Default Persistent Data Structures in VBA

I am using dictionaries and collections in VBA, and I have a problems
whenever there is an error and I have to stop the code execution I
loose the contents of these data structures. I come from a c++
background and to get around this sort of issue I would use persistent
data structures. Is there anything like this in VBA?

Thanks
Tom