Hello all,
I have a workbook in which there are a large number of sheets - most of which are "Person Sheets" - duplicates of the same sheet, containing data about various people. You can differentiate the "person sheets" from the other sheets as they have an x in cell B1.
Anyway, I need to add a Worksheet_Change procedure to the people sheets - if someone's sheet is changed, the "Last Update" timestamp on the sheet is updated to the current date, nothing complicated.
I know I can put the same Worksheet_Change procedure into each sheet - but this feels like a hugely laborious way of doing it. Is there a way of doing this "centrally"?
Many thanks and very best regards
Bazil
I have a workbook in which there are a large number of sheets - most of which are "Person Sheets" - duplicates of the same sheet, containing data about various people. You can differentiate the "person sheets" from the other sheets as they have an x in cell B1.
Anyway, I need to add a Worksheet_Change procedure to the people sheets - if someone's sheet is changed, the "Last Update" timestamp on the sheet is updated to the current date, nothing complicated.
I know I can put the same Worksheet_Change procedure into each sheet - but this feels like a hugely laborious way of doing it. Is there a way of doing this "centrally"?
Many thanks and very best regards
Bazil