Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
That doesn't do one chart, it does all of the charts and shapes on the
sheet. It might do what the OP wanted, but not what I interpreted that he wanted. - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "ShaneDevenshire" wrote in message ... Hi, take a look at the command Tools, Options, View tab, Show Placeholders or Hide All. You can record a macro to toggle this on and off. Sub ToggleCharts() If ActiveWorkbook.DisplayDrawingObjects = xlHide Then ActiveWorkbook.DisplayDrawingObjects = xlDisplayShapes Else ActiveWorkbook.DisplayDrawingObjects = xlHide End If End Sub -- Thanks, Shane Devenshire "bhowell" wrote: I have a bar chart that I would like to hide so I can possibly assign it to a macro and have it unhide and hide at the push of a button. Does anybody know if this is possible or any other ways to do it? Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Hide #N/A in chart | Charts and Charting in Excel | |||
how to hide #N/A in chart | Charts and Charting in Excel | |||
Hide Cells with Zero Value in Excel 2007 while using line chart ty | Charts and Charting in Excel | |||
Hide a chart | Charts and Charting in Excel | |||
Excel - if cells = 0, how to conditionally hide rows in chart | Excel Worksheet Functions |