Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default multipage - option buttons disappear from frame in Excel 2003

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Option Buttons disappear from the frame when not in design mode Linda New Users to Excel 0 April 23rd 10 04:06 PM
Creating a Frame in Excel 2003 nicfd Excel Discussion (Misc queries) 1 October 7th 08 11:14 AM
Option Buttons from the Forms Toolbar - Excel 2003 mickey Excel Worksheet Functions 2 October 14th 07 11:32 AM
Excel VB Buttons Disappear Jay Excel Programming 0 January 25th 05 08:53 PM
Adding frame on multipage through code... Ajit Excel Programming 1 January 5th 05 06:57 PM


All times are GMT +1. The time now is 03:48 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"