[sigh] i need more help with control arrays, and cant find my answer anywhere.
VB Code:
private sub stuff dim number as integer for number = 1 to shape1.ubound code code code next number end sub
How would i go about setting up that code so that when the control array element doesnt exist it goes to "next number"




Reply With Quote