G
Guest
I have an application that stores information about where data is located in Excel - worksheet name, starting cell, number of rows, number of columns, etc. This information is used to place new data in the same location at a later time. This works fine until the user renames the worksheet and the location no longer exists.
I'd like to know if there is an event that occurs when the worksheet name changes. If so, the application could just update its stored information with the new sheet name.
If there is no event, is there a worksheet ID or something that identifies a worksheet that stays constant even when the worksheet name changes?
I'd like to know if there is an event that occurs when the worksheet name changes. If so, the application could just update its stored information with the new sheet name.
If there is no event, is there a worksheet ID or something that identifies a worksheet that stays constant even when the worksheet name changes?