List sheet names in a sheet, hyperlink them, and update list whenever sheets are added/deleted
问题 I have found several codes that lists all the sheet names in a sheet and hyperlink them. I want to list all the sheets in the sheet "ListSheet" and make them hyperlinks. Two issues with the following code: 1) It should delete the previous list and insert the new one, in case I add or delete sheets (sub add_list() or sub delete_list()), but when I delete sheets the list keeps the old sheet names (so the list is probably not deleted before the new is created). 2) The list always created in the