Clearing all items in a collection
Hey guys
Below is an example of how I created my collection
called "testCollection".
Dim TestCollection As New Collection
I have a code that loops through a range and adds items to
this collection. How do I clear all items in the
collection?
Thanks
Todd
|