I have a file that has 60 different shapes that I want to show or hide depending on 60 different cell inputs. Is there a cleaner way to accomplish this other than the code below which shows the first 6 shapes.
Thanks!
Sub Macro1(ByVal Target As Range) 'Show shapes
If...