Public Sub SubA() On Error Goto ProcError ' other code MsgBox FuncA() ProcExit: Exit Sub ProcError: MsgBox Err.Description Resume ProcExit End Sub.
確定! 回上一頁