Hey, gang--
Right to the problem.

I am working in a userform. This is how I'd like it to run:

The user is asked to input the number of intersections. That number will be used to either add textboxes and corresponding labels or make visible pre-existing textboxes and labels hidden on the userform.

Originally I wanted to add the textboxes, but since I haven't dipped my toes in code for quite some time, I decided it would be easier to make pre-existing textboxes visible. Now I don't know how to do either. It doesn't seem like there is a way to have a control variable, and all the research I've been doing includes a For Each Loop which ignores my counter number. I'd like to start from scratch on this one, so if any of you can get me started in the right direction, I'd greatly appreciate it!