Hi Guys,
"System.Collections.IEnumerable" Gives you Object Collection Looping. What else?

Set
"System.Collections.IEnumerable"
in a Collection clasee to get the following functionality

For each ObjX in ObjXCollection
MsgBox ObjX.Name
Next ObjX

?? Is this the only functionality it gives u? What else do u guys use this for?

Thanks
Rag