I will try that. Thank you.

Quote Originally Posted by SamT View Post
Well, that is a new question than your original post

use On Error
'For X in Y
   On Error GoTo Skippit

   'some lines of code

Skippit:

  'Maybe some more lines of code
 
Next X