I am using Excel 2010. I know that there are no rename events for Excel worksheets. I am using the following work around recommended by Microsoft . I have a hidden sheet with a volatile function (=Now()). A sheet calculate event is fired on this sheet when any change occurs on the other sheets in the workbook. I determine what sheets are changed based on a cached list of sheets.
However , this workaround does not work for a chart sheet. Is there any other means to identify if a chart sheet is renamed ?
Thanks in advance for your support.