Hi, I have some sheets that starts with the same substring and I want all of them to be removed is there a simpel solution to this?
e.g
Thisworkbook.sheets("name-yyyy").delete exact match
The year differs so would like to remove all sheets that starts with:
Thisworkbook.sheets("name-").delete (multi delete if poss)
Bookmarks