I have an Excel workbook containing sheets and a lot of VBA code
I have a Login sheet which is used to identify user and then load data from an external database, and to create data validations (drop-down list) in some sheets.
Sometimes I get an error message when I open the file (before login and data loading), then I get an new item in the sheet list visible only in the VBA editor and unmanageable (I can neither modify nor delete it) even when I select it the Property window only displays the properties of the workbook (shuRech in the photo).
The new element takes the name of an existing sheet and the original sheet is renamed ([sheet_name]1) and all formatting is removed, only the plain text is kept (shuRech1 in the photo)
I've copied the infected sheet from a backup and it works, but I can't delete the added element
How can I delete this item without redoing the whole workbook again?
I have a Login sheet which is used to identify user and then load data from an external database, and to create data validations (drop-down list) in some sheets.
Sometimes I get an error message when I open the file (before login and data loading), then I get an new item in the sheet list visible only in the VBA editor and unmanageable (I can neither modify nor delete it) even when I select it the Property window only displays the properties of the workbook (shuRech in the photo).
The new element takes the name of an existing sheet and the original sheet is renamed ([sheet_name]1) and all formatting is removed, only the plain text is kept (shuRech1 in the photo)
I've copied the infected sheet from a backup and it works, but I can't delete the added element
How can I delete this item without redoing the whole workbook again?