Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a situation where I would like to loop through all the charts on a
sheet and if a condition is true, hide them. Can't get it right though! My attempt - in Sheet_Activate Dim ch as Chart If Range("D9").value=0 then For each ch In Sheets("MySheet") ch.Visible=False Next Else ...................... End If Sandy |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
returning back to loop check condition without completing the loop | Excel Programming | |||
Loop to create charts | Excel Programming | |||
Use a loop to create multiple Charts - Suggestions ? | Charts and Charting in Excel | |||
Problem adding charts using Do-Loop Until loop | Excel Programming | |||
Loop through sheets, deselect charts | Excel Programming |