dantheman9
Board Regular
- Joined
- Feb 5, 2011
- Messages
- 175
Hi,
how could I loop through the following:
how could I loop through the following:
Code:
Userform1.Name1.Text = Range("A12")
Userform1.class1.Text = Range("A14")
Userform1.Name2.Text = Range("A17")
Userform1.class2.Text = Range("A19")
Userform1.Name3.Text = Range("A22")
Userform1.class3.Text = Range("A24")
Userform1.name4.Text = Range("A27")
Userform1.class4.Text = Range("A29")
Userform1.Name5.Text = Range("A32")
Userform1.class5.Text = Range("A34")
Userform1.Name6.Text = Range("A37")
Userform1.class6.Text = Range("A39")