Thanks. That works great.
Ken Loomis
"kkknie" wrote in message
...
You pretty much have it already. Here's the code:
Sub test()
Dim s As Shape
For Each s In ActiveSheet.Shapes
s.Visible = msoFalse
Next
End Sub
Use msoTrue to set them back to visible.
K
--
kkknie
------------------------------------------------------------------------
kkknie's Profile:
http://www.excelforum.com/member.php...fo&userid=7543
View this thread: http://www.excelforum.com/showthread...hreadid=266952