Hi there,
Looking at your code, two possibilities suggest themselves:
1. Are you absolutely sure that the name on the worksheet tab corresponds to the string value that you've entered in your code? To avoid the possibility of spelling and/or case differences run the following code:
If you don't get a "Found" message then check the name on the tab.
2. Are you sure that the workbook from which you want to delete the worksheet is the active workbook when the code is executed?
If any other workbook might be active, then use "Thisworkbook.Sheets("Master Equipment List")" to fully specify the required worksheet.
Hope this helps - please let me know how you get on.
Best regards,
Greg M
Bookmarks