I have a workbook that gets worksheets created automatically and then names the worksheets based on values it pulls from another application.
Sometimes the database can contain a specific name in this case "Encyclopedia" and if it's gets created I want to search for it and then delete it before the rest of my code gets processed.
I tried to skip the creation of the worksheet all together but the code freaks out a little because it is nested in some other propriatary coding.
Any help would be appreciated.
Sometimes the database can contain a specific name in this case "Encyclopedia" and if it's gets created I want to search for it and then delete it before the rest of my code gets processed.
I tried to skip the creation of the worksheet all together but the code freaks out a little because it is nested in some other propriatary coding.
Any help would be appreciated.