Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
My UserForm has a couple dozen controls, mostly command buttons.
Of course, at runtime all controls display exactly where they are in the designer (unless you reposition them). Now I want to start using Frames for the first time. But, when I create a Frame, drag a few existing controls into it--even keep them in the same order they had on the UserForm--at runtime their vertical order in the frame is screwed up. For example, at design time Frame 1 contains, from the top down, command buttons A, B, C, D. But at runtime it's B, A, D, C. So what do Frames do? Display controls by the order in which they were first created? The only way I've found to defeat it is, starting with the first control that's out of order, delete it and all controls below it in the Frame, then re-create them from the Toolbox. What a nightmare. What am I doing wrong? Thanks much. *** |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Buttons disappear from the frame when not in design mode | New Users to Excel | |||
Can I blanket update all controls inside a frame? | Excel Programming | |||
How to access all the textboxes inside a frame? | Excel Programming | |||
Display Pivot table summary in order of increasing time frame | Excel Discussion (Misc queries) | |||
Controls in a Frame | Excel Programming |