I am trying to create a dynamic number of labels and textboxes with the following code and it sort of works.
However, I want to use a variable to make sure that the labels and the textboxes don't go outside of the userform.
I have tried a select case and if else statements but they offset the...