Please can someone tell me how to place a control into a Frame control properly. I've tried and tried but as soon as I switch off design-view the controls are 'behind' the Frame.
Help...!!?
Please can someone tell me how to place a control into a Frame control properly. I've tried and tried but as soon as I switch off design-view the controls are 'behind' the Frame.
Help...!!?
Hi Ted,
By Frame control, I assume you mean a text box? In which case, I don't think you can put anything else in there. You probably have to use a userform if you want multiple controls.
.....Ralph
Hi Ralph,
How do add a user form?
Hi Ted -
Get into the Visual Basic Editor (Alt-F11), then from the insert menu, select UserForm. You can develop the form with any number of controls and text that links to cells on the worksheets.
Then you'll need a macro to activate or display the userform like:
Check the VBA Help files under "Userform".
.....Ralph
Thanks v.much.
Don’t have an account yet? Register yourself now and be a part of our community!