How to find lost userform control
问题 I have a userform with a bunch of frames. I accidentally dropped a checkbox into one of those frames and it is now nowhere to be found. It still exists, because I'm able to set the value of it with the code, but I can't see it. I tried expanding the frame and also moving the things in the frame (in case it went behind one of those controls). How can I pull it back out? 回答1: This will tell you the position of the checkbox within the frame: Private Sub UserForm_Initialize() Debug.Print Me