If I have a macro that's changing the value of another workbook, and that triggers a Worksheet change event which then causes an error, my original macro stops regardless of whether or not I have used 'On Error Resume Next'. Is there a way to handle these errors?

Thanks!