Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
drawing shapes move when printing | Charts and Charting in Excel | |||
Shapes not printing in Excel 07 | Excel Discussion (Misc queries) | |||
Issue printing shapes in Excel 2007 | Excel Discussion (Misc queries) | |||
Anchoring shapes when printing in Excel 2007 | Excel Discussion (Misc queries) | |||
pivot chart is it possible to hide individual field buttons? Layout Field buttons | Charts and Charting in Excel |