Hi,
I am trying to figure out what a below function would be doing:
Public Function Clrclct(clct As Collection)
For i = 1 To clct.Count
clct.Remove 1
Next
End Function
I can only add that it's later being used while exporting tables from access to excel.
Will welcome and appreciate any ideas.