Hello, folks.
I need to maintain a list of worksheets within a given workbook for various reasons (one is to use for Data Validation of a cell). I know how to loop through the sheets to build the list, but here's my problem / question.
The user can add and/or delete sheets. While the "NewSheets" event will capture additions (at which point I'll update the list), HOW DO I DETECT DELETED sheets?
Am I missing something simple?
Thanks in advance!!
TMKTECH
I need to maintain a list of worksheets within a given workbook for various reasons (one is to use for Data Validation of a cell). I know how to loop through the sheets to build the list, but here's my problem / question.
The user can add and/or delete sheets. While the "NewSheets" event will capture additions (at which point I'll update the list), HOW DO I DETECT DELETED sheets?
Am I missing something simple?
Thanks in advance!!
TMKTECH