PC Review


Reply
Thread Tools Rate Thread

Checkbox activate Combobox selection

 
 
LRay67
Guest
Posts: n/a
 
      15th Mar 2010
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 With Quote
 
 
 
 
Dennis Tucker
Guest
Posts: n/a
 
      16th Mar 2010
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" <(E-Mail Removed)> wrote in message
news:185FA238-FF16-4E83-AA66-(E-Mail Removed)...
> 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 With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
fill combobox depending on selection from another combobox Adam Francis Microsoft Excel Misc 2 24th Jul 2008 07:39 PM
binding CheckBox.Enabled to ComboBox selection =?Utf-8?B?SmlobyBIYW4=?= Microsoft Dot NET Framework Forms 3 28th Sep 2007 02:35 PM
Filter one combobox based on another combobox selection =?Utf-8?B?Y29uZnUtc2Vk?= Microsoft Access Forms 5 11th Jul 2007 12:39 PM
ComboBox.Items.Clear() causes the selection of Text inside the edit of the ComboBox Nomasnd Microsoft Dot NET Framework Forms 1 27th Sep 2006 06:32 PM
Combobox items determined by the selection in another combobox =?Utf-8?B?QWxlcmlvbg==?= Microsoft Excel Programming 2 13th Sep 2006 01:07 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:06 PM.