Finding elusive control on User Form

  • Thread starter Thread starter Don Wiss
  • Start date Start date
D

Don Wiss

When working on the tab order for a frame on a User Form, I found a
Checkbox6. But I don't see it. I cut all the other controls (one by one),
and then put them back, hoping to find it hiding underneath. Nope. So how
do I find and delete this bogus checkbox? (xl 2002)

Don <www.donwiss.com> (e-mail link at home page bottom).
 
Click on your userform in the VBE.
Hit F4 to see the properties for that userform.

There's a dropdown arrow in that properties window where you can choose which
control you want to review.

You may have to select a multipage control to see the controls on each of the
pages.
 
Click on your userform in the VBE.
Hit F4 to see the properties for that userform.

There's a dropdown arrow in that properties window where you can choose which
control you want to review.

You may have to select a multipage control to see the controls on each of the
pages.

Thanks. I wasn't aware of the drop down arrow to see all of the related
controls. In my case this was in a Frame, so I had to look at its controls.

Don <www.donwiss.com> (e-mail link at home page bottom).
 
Back
Top