AI skal væves ind i kultur og processer for at skabe reel forretningsværdi
Slettet bruger
01. juni 2006 - 13:56#1
On Error Resume Next 'hvis en fejl opstår fortsæt scriptet uden at afbryde activedocument.save On Error GoTo 0 'hvis en fejl opstår følg standart fejlprocedure
On Error GoTo [line]: Enables the error-handling routine that starts at line specified in the required line argument. The line argument is any line label or line number. If a run-time error occurs, control branches to line, making the error handler active. The specified line must be in the same procedure as the On Error statement; otherwise, a compile-time error occurs.
On Error Resume Next: Specifies that when a run-time error occurs, control goes to the statement immediately following the statement where the error occurred where execution continues. Use this form rather than On Error GoTo when accessing objects.
On Error GoTo 0: Disables any enabled error handler in the current procedure.
Synes godt om
Ny brugerNybegynder
Din løsning...
Tilladte BB-code-tags: [b]fed[/b] [i]kursiv[/i] [u]understreget[/u] Web- og emailadresser omdannes automatisk til links. Der sættes "nofollow" på alle links.