Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
problem resolved:
here is how i got the issue resolve. in my application, i had code that positioned some checkboxes on various pages of the multipage control. for some reason, after upgrading to 2003, the code also read the option buttons as checkboxes - i.e. - loop through all controls if TypeOf ctl Is MsForms.CheckBox Then set ctl.top = 100 end for some reason, the code is also including option buttons thus: loop through all controls if TypeOf ctl Is MsForms.OptionButton Then 'do nothing else if TypeOf ctl Is MsForms.CheckBox Then set ctl.top = 100 end |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Option Buttons disappear from the frame when not in design mode | New Users to Excel | |||
Creating a Frame in Excel 2003 | Excel Discussion (Misc queries) | |||
Option Buttons from the Forms Toolbar - Excel 2003 | Excel Worksheet Functions | |||
Excel VB Buttons Disappear | Excel Programming | |||
Adding frame on multipage through code... | Excel Programming |