Originally posted by kedaman
The count is a property of a collection object so i guess you have to delclare x as a collection, and add your contols in it
A control array is actually equal to a control collection. You can use the For Each Next syntax on it. The difference is that it can start with any index and it doesn't have a Remove method.