carpe diem
04-15-2008, 09:59 PM
Hi Forum,
I have a problem with my userform, and a combobox on it as follows:
Private Sub CommandButton1_Click()
UserForm1.Show (0) 'Modal 0
End Sub
The combobox properties:
1-fmMatchEntryComplete
1-fmEnterFieldBehaviorRecallSelection
THE PROBLEM IS:
When i typing some letter in the combobox field, the userform become unfocused after 2 or three letters, the focus change into the excel sheet. So i cannot complete the word in the combobox.
I have a problem with my userform, and a combobox on it as follows:
Private Sub CommandButton1_Click()
UserForm1.Show (0) 'Modal 0
End Sub
The combobox properties:
1-fmMatchEntryComplete
1-fmEnterFieldBehaviorRecallSelection
THE PROBLEM IS:
When i typing some letter in the combobox field, the userform become unfocused after 2 or three letters, the focus change into the excel sheet. So i cannot complete the word in the combobox.