I am writing VBA code to refer to the group number in cell ("W5") of my worksheet. Instead of referring to ("Group 336") - I want to refer to the group using something along these lines: ("Group (Range("W5").Value)"):
Dim wsh As Worksheet: Set wsh = ActiveSheet
Dim shp As Shape: Set shp =...