Hi everybody
I have several checkboxes that will go to condition comboboxes and tetxtboxes.
Are there any way to reduce vba code repetitions, or using macros, and, how to do that in my example below? Private Sub chkCx_Change()
If chkCx.Value = True Then
cboB1.Enabled = True...