ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Checkbox activate Combobox selection (https://www.excelbanter.com/excel-programming/440657-checkbox-activate-combobox-selection.html)

LRay67

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.

Dennis Tucker

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.




All times are GMT +1. The time now is 10:47 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com