I have a form with some textboxes, e.g., textbox1, textbox2, textbox3, etc. In VBA, I want to put values into these textboxes. How to reference the occurence of each textbox? For example, userform1.textbox1.value, userform1.textbox2.value, and so forth, but I want to do this in a loop...