In my workbook, the names of some of the worksheets sometimes change. However, the sheet "numbers" never change.
I need to assign the name of a particular sheet to a variable, so I can refer to the name later on in code. I figured out how to do it, using this:
Dim NameOfSheet As String...