I would like to update a footer on every worksheet in the workbook only if the worksheet has changed. I can tell if the workbook has changed, but I do not know how to tell if a worksheet has changed or which worksheet has changed.
The number of worksheets is dynamic.
The only thing I can think of is to create an array and update it using the worksheet_change event. However, I am hoping there is property I am not finding that simply tells me the worksheet has changed since last save.