I have about 200 checkboxes (Form Controls) on a worksheet. They all have the same description. Let's just say that they are all named "Text1". Now I want every second checkbox to have the description "Text2", while every third has the description "Text3". Text1, Text2, Text3, Text1, Text2, Text3 and so on to the last checkbox.
How do I create a loop that can accomplish this?
Thanks in advance for your help.
How do I create a loop that can accomplish this?
Thanks in advance for your help.