Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 49
Default Checkbox activate Combobox selection

I have a checkbox that when checked I want the user to select from a combobox
and not by-pass until selection has been made. Any suggestions. Not realy a
VBA programmer. Thanks in advance.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 140
Default Checkbox activate Combobox selection

There are 2 standard ways to tell if a userform has been completed properly.

Method 1
OK/Continue Button is disabled - in this method the user fills in all of the
available controls. Each control's change event triggers a macro that
verifies if all the required fields are filled and enables or disables the
OK/Continue button. I use this a lot.

Method 2
OK/Continue Button is always enabled - in this method the user fills in all
of the available controls and clicks on the OK/Continue button. The
OK/Continue button triggers a macro that verifies if all the required fields
are filled properly and alerts the user if any field is not filled properly.
I want to use this method more.


"LRay67" wrote in message
...
I have a checkbox that when checked I want the user to select from a
combobox
and not by-pass until selection has been made. Any suggestions. Not
realy a
VBA programmer. Thanks in advance.


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
fill combobox depending on selection from another combobox Adam Francis Excel Discussion (Misc queries) 2 July 24th 08 07:39 PM
How do I activate a worksheet using a checkbox when it is checked? RyanH Excel Programming 0 June 1st 07 08:23 PM
Using a checkbox to activate/deactivate input option Jacob Excel Programming 4 September 19th 06 10:59 PM
Combobox items determined by the selection in another combobox Alerion Excel Programming 2 September 13th 06 01:07 PM
How can I activate a combobox by keyboard strokes ? Oscar Excel Programming 11 January 4th 04 04:25 AM


All times are GMT +1. The time now is 10:00 PM.

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"