I am trying to update a list in a spreadsheet with all of the worksheets that contain a certain set of characters.
I have a button that I press to update the list, but I want to make this happen whenever a tab name is changed. I have seen a lot of comments about Worksheet_change(ByVal Target as String) and I am hoping to use something like this.