Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Hi,
I have the following code which works fine in 2007. But since I have some users that still use 2003, when I save the spreadsheet in 2003 xls format, this code will no longer work. I found that when I ungroup the two charts, then it works fine. Do I need to use code to Ungroup them first, or is there a simple solution? Thanks, Harold Sub Hide_Two_Charts() Sheets("Budget").ChartObjects("Chart 130").Visible = False Sheets("Budget").ChartObjects("Chart 190").Visible = False End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to hide and show a grouped column via VBA code? | Excel Discussion (Misc queries) | |||
Grouped Items won't Stay Grouped When Moving Object | Excel Discussion (Misc queries) | |||
Shortcut for hide/show detail in grouped columns/rows | Excel Discussion (Misc queries) | |||
Hide Charts | Charts and Charting in Excel | |||
Column Charts - stacked and grouped | Charts and Charting in Excel |