HallidayMJ
New Member
- Joined
- Nov 7, 2009
- Messages
- 2
Im creating a reasonably sized user form with a number of frame controls with inset option buttons. However in edit mode it is easy to either a) lose an option button control within the frame, or b) manage to drag the frame and lose it as it seems to 'bump' into another frame.
Edit 'undo' will not retrieve the lost items. However they still 'exist'. For example I had a frame frmModel with 8 option butons for 8 different models, each named along the lines of optModel1 optModel2 etc.
So I manged to lose the frame and option buttons. No problem I'll recreate it. However I couldnt use the optModel1 (etc.) names again. The error message declered the names to be ambiguous. If I create a loop to run through all the controls on the user form they are there! But they are nowhere to be seen on the user form in design mode.
So my question is this:
Is there a way to find and delete the 'lost' items? I simply want to clean up the form especially form a programming perspective. I have to plan for and skip over the missing controls.
Many thanks for your help,
Mike
Edit 'undo' will not retrieve the lost items. However they still 'exist'. For example I had a frame frmModel with 8 option butons for 8 different models, each named along the lines of optModel1 optModel2 etc.
So I manged to lose the frame and option buttons. No problem I'll recreate it. However I couldnt use the optModel1 (etc.) names again. The error message declered the names to be ambiguous. If I create a loop to run through all the controls on the user form they are there! But they are nowhere to be seen on the user form in design mode.
So my question is this:
Is there a way to find and delete the 'lost' items? I simply want to clean up the form especially form a programming perspective. I have to plan for and skip over the missing controls.
Many thanks for your help,
Mike