I have created on user form. Within it is a dropdown that will prompt for a number. That integer saves to a variable which is public to the module.
I have created a second user form. Within that user form I would like to dynamically create a number of textboxes based on the integer to which the aforementioned dropdown saved its value. Is there a method to create textboxes on the fly within user forms, or how would I make this happen?