Question:
How can I set an MSForms Frame to appear behind other buttons on screen at runtime, and not in front of them?
How can I set an MSForms Frame to appear behind other buttons on screen at runtime, and not in front of them?
Solution:
Being displayed always in front of other objects is the default behavior of an MSForms Frame, because it does not accept the options Send to Back and Bring to Front. To get around this, add a rectangle onto screen and set it to have the same appearance as the frame, and also to be displayed behind the other buttons.