Here is why I ask. In one module I have 23 onclick, dbclick, and keydown subs like the following that call one of two processing subs.
Private Sub ChooseRange_AfterUpdate()
RunSearch
End Sub
It makes sense to put error handling in the subs that do processing, but it will nearly triple the...