Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have 2 comboboxes on a userform. If the one is chosen with data the second
one should be empty and vice versa. I'm trying to do the following code but to chose the data I need to click twice on a combobox if another one is with some data. The after-update gives the same result. Private Sub cboBox1_Change() If Not IsNull(cboBox1.Value) Then If Not IsNull(cboBox2) Then cboBox2= Null End If cboBox1.SetFocus End If End Sub Private Sub cboBox2_Change() ..... How could I make it to get data right after the clicking. Thanks |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Cut/Copy Combobox - I can't update | Excel Programming | |||
Update Combobox with New Data | Excel Programming | |||
combobox update | Excel Programming | |||
Combobox update | Excel Programming | |||
Dynamic update on ComboBox | Excel Programming |