Paul Sansom
Board Regular
- Joined
- Jan 28, 2013
- Messages
- 178
- Office Version
- 2021
- 2016
- Platform
- Windows
Hi
Is there a simpler & neater way to write this in a For Each loop
Cheers Paul
Is there a simpler & neater way to write this in a For Each loop
Code:
With Sheet3.Shapes
.Range("Picture 7").Visible = msoFalse
.Range("Picture 9").Visible = msoFalse
.Range("Picture 4").Visible = msoFalse
.Range("Picture 5").Visible = msoFalse
.Range("Picture 6").Visible = msoFalse
.Range("Picture 10").Visible = msoFalse
End With
Cheers Paul