Yes.
On Error Resume Next
'The code causing the error
On Error Goto 0
See:
http://gregmaxey.mvps.org/Error_Handling_Basics.htm

Signature
Greg Maxey/Word MVP
See:
http://gregmaxey.mvps.org/word_tips.htm
For some helpful tips using Word.
> Is there some kind of command like On Error Skip--so that if the next
> line gives an error, it will just be skipped?
> thanks,
> ck