I'm strictly trying to improve aesthetics of my userform. I have over 200 labels, checkboxes, textboxes, buttons, etc. I wanted to add a frame control with a darker background to place behind some of the controls at different times (so it doesn't make sense to put the controls within the frame(strictly aesthetic)), however since the frame is the most recent object I added to the userform, it's layered as the top most object.
The problem is that programmatically setting the z-order doesn't seem to do anything, and the option: Format--> Order --> Send to back/Send backwards is grayed out.
I'm not certain why I'm being blocked out from accessing the z-order, what am I missing?
The problem is that programmatically setting the z-order doesn't seem to do anything, and the option: Format--> Order --> Send to back/Send backwards is grayed out.
I'm not certain why I'm being blocked out from accessing the z-order, what am I missing?