I have a Userform that has the following structure

Label1 TextBox1
Label2 TextBox2
.
LabelN TextBoxN

I am currently creating all labels in the form and hiding/displaying as per requirement. On an event - I collect the details in all the defined textboxes

If I want to dynamically create the labels&Textboxes and then cycle through the textboxes / labels and extract content - How could I do it ?

Do let me know