Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Steve,
Good news! Andy Pope has revised my code and fixed it up... Private Sub Worksheet_Change(ByVal Target As Range) Dim Cht As ChartObject Dim strSeries As String Dim blnSeeChart As Boolean On Error GoTo BLANK_CHART For Each Cht In ActiveSheet.ChartObjects blnSeeChart = True strSeries = Cht.Chart.SeriesCollection(1).Formula Cht.Visible = blnSeeChart Next Cht Exit Sub BLANK_CHART: blnSeeChart = False Resume Next End Sub Next time you have a question about charts try microsoft.public.excel.charting where charting genius Andy Pope will find your solution in almost an instant. Ken Johnson |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
I want chart source data to be relative references, not absolute. | Charts and Charting in Excel | |||
Can't get data from a web page to chart in excel. Any solutions? | Excel Discussion (Misc queries) | |||
Lock Chart Display to last 14 days (or data points) | Charts and Charting in Excel | |||
allow user to disable annoying warning dialog on log charts | Charts and Charting in Excel | |||
Extending a Chart Data Series from an Array - Can it be done? | Charts and Charting in Excel |