I
iccsi
I declared a collection in my code like following
Dim MyCollection as Collection
Set MyCollection = new Collection
I just wonder should I set MyCollection in the end of program. Does MS
Access free those memory for collection.
Your help is great appreicated,
Dim MyCollection as Collection
Set MyCollection = new Collection
I just wonder should I set MyCollection in the end of program. Does MS
Access free those memory for collection.
Your help is great appreicated,