Rewriting a macro for work ... For some reason, the original author used "On Error Resume Next" and any captured Err.Number as a way to branch files in a directory into successes and fails ... I want to remove it entirely, but I am unsure if this accomplishes anything. Supposedly, this divided...