Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Les Les is offline
external usenet poster
 
Posts: 240
Default how do I clear a dialog box option

I'm using a procedure in Excel 2003 that invokes a dialog box with several
option buttons. When the desired action is completed, the procedure hides
the dialog box. When I use the procedure the next time, the option button is
still selected, so I can't select the same action again. How do I get the
option to clear without manually clicking the "X" to close the box?

Thanks.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 644
Default how do I clear a dialog box option

How about trying this before using .Show on the dialog box?
OptionButton1.Value = False
OptionButton2.Value = False 'etc...
frmMyForm.Show

HTH

Die_Another_Day
Les wrote:
I'm using a procedure in Excel 2003 that invokes a dialog box with several
option buttons. When the desired action is completed, the procedure hides
the dialog box. When I use the procedure the next time, the option button is
still selected, so I can't select the same action again. How do I get the
option to clear without manually clicking the "X" to close the box?

Thanks.


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
how do I clear a dialog box in Excel that is not a comment? Brenda Excel Discussion (Misc queries) 1 March 12th 10 04:12 PM
preserve formatting option in pivot table option dialog box Dave F Excel Discussion (Misc queries) 4 May 8th 08 07:25 PM
Clear Option Button Selections Jenny B. Excel Discussion (Misc queries) 3 July 22nd 07 04:02 PM
excel vba option dialog box joost Excel Discussion (Misc queries) 2 June 12th 07 09:36 AM
In Excel Tools Menu Option Dialog box don't open Amit Excel Discussion (Misc queries) 1 February 6th 06 03:44 PM


All times are GMT +1. The time now is 12:08 AM.

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

About Us

"It's about Microsoft Excel"