Problems in copying a Collection to another and removing elementsfrom two Collections
Hi JLGWhiz,
nice, I didn't think of it! thanks,
Best Regards
deltaquattro
On 11 Mar, 17:25, "JLGWhiz" wrote:
Change this line:
For I=1 to c1.Count
To this:
For I = c1.Count To 1 Step -1
|