Sub foo2() On Error Resume Next Operation1() Operation2() Operation3() Operation4() End Sub