Epsilon101
Programmer
Hi,
I have got a combobox (CboTitle) with match required = true
I was wondering how to stop run time error 380 from occuring when the information in the combo box is blank.
Ive tried a few things in CboTitle_BeforeUpdate but nothing has worked as yet.
I was trying to get it to check
if CboTitle.value = "" then
Ignore error 380
simple enough but i dont know how to set it up to ignore an error in Excel VBA.
Any help would be groovy
---------------------------------------
Neil
I have got a combobox (CboTitle) with match required = true
I was wondering how to stop run time error 380 from occuring when the information in the combo box is blank.
Ive tried a few things in CboTitle_BeforeUpdate but nothing has worked as yet.
I was trying to get it to check
if CboTitle.value = "" then
Ignore error 380
simple enough but i dont know how to set it up to ignore an error in Excel VBA.
Any help would be groovy
---------------------------------------
Neil