hi!! first of all, the forum is awesome!!!!
but right now i'm having some trouble with this and a i wonder if u can help me:
I think u get the ideia of what i want to do, but i can't seem to make the code work.
In need of help!!!!!
Thanks a lot!!!
but right now i'm having some trouble with this and a i wonder if u can help me:
Private Sub UserForm_Initialize()
Dim i, b As Integer
For b = 10 To 18
If Controls("CheckBox" & b).Value = True Then
For i = 1 To 9
Controls("ComboBox" & i).ListIndex = -1
Controls("ComboBox" & i).Enabled = False
Controls("CheckBox" & i).Enabled = False
Controls("CheckBox" & i).Value = False
Next
Else
For i = 1 To 9
Controls("ComboBox" & i).Enabled = True
Next
End If
Next
End Sub
I think u get the ideia of what i want to do, but i can't seem to make the code work.
In need of help!!!!!
Thanks a lot!!!