I haven\'t read much about it, but the author at the link below recommends that I don\'t use \"bubble up\" to centralize error handling in VBA.
Excel Programming Wee
I see at least one reason in his explanation: because doing so deprives you from the benefit of Resume (next). Plus you won't know in which module the error happened.