Hi,
Rather than looping through all of the controls on the form, you can loop through each item in the array, and reference the control you want through the controls collection.
I don't have time to correct the full code at present, but I hope this gives you the idea:
Sub...