I have some code that creates a new worksheet and renames it. The code works fine unless someone runs it a second time in which case the name already exists. To solve this problem, I added an error handling routine that deletes the extra sheet and skips the naming statement. When the error...