I need two macros (or one if we combine them) that remove someone completely from a workbook.
I have multiple tabs in the workboofk that have an individual name in the tab title. I would like the macro to search the entire workbook and delete all tabs that have a designated name as part of the tab title. The macro should look in a specified cell for a name and then search the workbook and delete all tabs that contains that name.
The other macro is similar to the first but instead of searching for tabs to delete it would search the workbooks pages and delete all rows that contain the individuals name.
I have included a example of the workbook i am dealing with. In this example i would like to delete all tabs that contain the name "dean Mcghee" and search the other remaining pages of the workbook and delete every row that has the same name in it.
Is this possible?
Bookmarks