Oops, forgot to get back. (I've been having employment issues)

I mostly solved it, but by punting. I've just gone after each individual instance that's causing an error message and dealing with it that way. So instead of going through and putting an error handler in every.single.Sub. I am just dealing with individual errors when they come up and making sure it doesn't error out to a run-time error message.

I need to fix this in future projects though. . . . .