Karin was telling us:
Karin nous racontait que :
> Hi, I need the correct language and placement to jump over a line in
> my macro on error. I want to jump over the last line
[quoted text clipped - 14 lines]
>
> End Sub
Use
On Error Resume Next
But, it is generally better to try to understand why an error occurs and
code accordingly...

Signature
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
jmarcilREMOVE@CAPSsympatico.caTHISTOO
Word MVP site: http://www.word.mvps.org
Karin - 06 Apr 2007 20:08 GMT
Thank you. The error occurs when a form is opened that is locked for editing.
> Karin was telling us:
> Karin nous racontait que :
[quoted text clipped - 22 lines]
> But, it is generally better to try to understand why an error occurs and
> code accordingly...