Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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. -- kkkni ----------------------------------------------------------------------- kkknie's Profile: http://www.excelforum.com/member.php...nfo&userid=754 View this thread: http://www.excelforum.com/showthread.php?threadid=26695 |
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 |