Hello,
I have many shapes (78) that I need to change the size of when a cell value is changed. The following code works to change one shape but I'm struggling to get it to work with more than one shape.
Private Sub Worksheet_Change(ByVal Target As Range)
Dim myRect As Rectangle
If...