I have looked all over the internet and I can't seem to find this assistance.
I am trying to write some vba code that adds controls to the user form with a click of the button. At the moment I can add the controls just fine with
Option Explicit
Dim CountPartNumber As Integer
Dim PartNumberTop...