I have the following code. It used to work on this spreadsheet but no longer works.
ThisWorkbook.Worksheets("Sheet1").Shapes("Terminator").Visible = True
I know there is nothing wrong with the code because I made a brand new spreadsheet and tested the code and it works.
However, there is...