Hi, theres some thing wrong with my code, can anyone point out the error to me. i can't assign the value of col item to b1 .
*************************************
Set col as new collection
For i = col.Count to 1 Step - 1
b1 = col.Remove i
Next i
***********************************
is there any way where i can assgin the item value to b1 ??
