daseffects
Technical User
I have a few comboboxes on Excel2000 userforms that have various ranges for row controls and I've set matchentry to complete.
The combobox works fine via drop down and if you spell what you're looking for exactly. However when you type in some different text into the combobox it freezes the screen, sometimes the formating changes and Excel comes to a grinding halt.
I do have the following running w/ the combobox.
Any thoughts? Fixes?
Private Sub Combobox3_Change()
Sheets("Eventsdatabase"
.Cells(3, 5).Value = UserForm1.ComboBox3.Value
End Sub
The combobox works fine via drop down and if you spell what you're looking for exactly. However when you type in some different text into the combobox it freezes the screen, sometimes the formating changes and Excel comes to a grinding halt.
I do have the following running w/ the combobox.
Any thoughts? Fixes?
Private Sub Combobox3_Change()
Sheets("Eventsdatabase"
End Sub