Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
in my user form i have 9 frames walking the user through the appropriate steps.
in the setup of the frames i am using the following code: <BEGIN VB CODE counter = 0 For Each o In Me.Controls() counter = counter + 1 If TypeOf o Is Frame Then o.Move 0, 0, 306, 294 o.Visible = False End If Next msgbox counter <END VB CODE this code loops 79 times!!! i created this form from scratch and added the frames one by one - occasionally when dragging the frames around, one frame got put inside another. i used CTRL+Z to undo the move. any ideas why this would loop 79 times? |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MAKE WHEEL MOUSE WORK ON USER FORM FRAME WITH SCROLL BAR HELP!!!!! | Excel Programming | |||
User Form - frame scroll with wheel mouse and cut & paste from tex | Excel Programming | |||
User Form Frame size | Excel Programming | |||
Spreadsheet Control on User Form | Excel Programming | |||
Control Order on User Form | Excel Programming |