Like this:
Dom![]()
Sub Example() On Error GoTo ErrorHandler Application.ScreenUpdating = False ' find/replace code CleanExit: Application.ScreenUpdating = True Exit Sub ErrorHandler: MsgBox Err & " - " & Err.Description Resume CleanExit End Sub
Like this:
Dom![]()
Sub Example() On Error GoTo ErrorHandler Application.ScreenUpdating = False ' find/replace code CleanExit: Application.ScreenUpdating = True Exit Sub ErrorHandler: MsgBox Err & " - " & Err.Description Resume CleanExit End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks