Public Sub LOL On Error Goto Err_Handler I = I / 0 '// LOL Exit Sub Err_Handler: MsgBox("Omg Error.."): PunchInFace(App.User)End Sub