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 something wrong with my spreadsheet that won't hide and unhide shapes anymore.
Can anyone think of a possible reason that could prevent this code from working?
Thanks in Advance.
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 something wrong with my spreadsheet that won't hide and unhide shapes anymore.
Can anyone think of a possible reason that could prevent this code from working?
Thanks in Advance.