Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Sorry I've copied this over from my post in the Charting newsgroup since there's not much activity there. 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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vba to hide two grouped charts in 2003 - doesn't work | Charts and Charting in Excel | |||
VBA errors in 2007 (works fine in 2003) | Excel Discussion (Misc queries) | |||
Works in 2007 but not 2003 | Excel Discussion (Misc queries) | |||
sortTable works in 2003 but not in 2007 | Excel Programming | |||
Hide Row macro works in 2002 but not 2003 | Excel Programming |