View Single Post
  #5   Report Post  
Posted to microsoft.public.excel.programming
deltaquattro deltaquattro is offline
external usenet poster
 
Posts: 65
Default 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