To Place Several Instances of the Same Control (VBA)

A control can be copied to create multiple instances of the same control in the UserForm window of the VBA IDE.

  1. In the control toolbox, double-click on the control you want to place.
  2. On the form, click at the location you want a copy of the control placed. Move to another location on the form and click again. Another copy of the control will appear. You can add as many copies of the control as you need.
  3. When you are finished with the control, return to the control toolbox and click the control one more time to deselect it.