All collections can be iterated through the usual "For Each variable In collection" construction.
This loop starts with "For each <variable> in <collection>" and ends with "Next".
The loop is iterated on each object of the collection. The object is available in <variable>.