Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Greetings,
I have a Toolbox ComboBox on a sheet. I need to clear its' contents and then start typing into it to find the next match. I tried this code to clear the contents: __________________________________________________ ________ Private Sub ComboBox1_GotFocus() ComboBox1.Text = vbNullString End Sub __________________________________________________ ________ This cleared the contents fine, but then jumped to the next cell in the worksheet. Is there a way to clear the contents of the ComboBox and stay in the ComboBox until I'm finished finding the next record? Any help will be appreciated. -Minitman |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Canīt set focus on OleObjects ComboBox | Excel Programming | |||
Which combobox has the focus? | Excel Programming | |||
Focus after combobox | Excel Programming | |||
ComboBox and Set Focus | Excel Programming | |||
Focus on combobox | Excel Programming |