Openbare SubUpdateChart ()
Schemerige ChtObj als ChartObject
Schemerige PriceType zoals lang
Vastgestelde ChtObj = ActiveSheet.ChartObjects (1)
Application.ScreenUpdating = Vals
PriceType = ActiveSheet.Cells (13, 20). Waarde
Als PriceType = 1 toen
Met ChtObj.Chart.SeriesCollection (1)
. Taxeert = ActiveSheet.Range („771: 1475“)
.MarkerBackgroundColorIndex = 1
.MarkerBackgroundColorIndex = 4
Eind met
ChtObj.Visible = Waar
ElseIf PriceType = 2 toen
Met ChtObj.Chart.SeriesCollection (1)
. Taxeert = ActiveSheet.Range („$D$771: $D$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 5
Eind met
ChtObj.Visible = Waar
ElseIf PriceType = 3 toen
Met ChtObj.Chart.SeriesCollection (1)
. Taxeert = ActiveSheet.Range („$E$771: $E$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 3
Eind met
ChtObj.Visible = Waar
ElseIf PriceType = 4 toen
Met ChtObj.Chart.SeriesCollection (1)
. Taxeert = ActiveSheet.Range („$I$771: $I$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 9
Eind met
ChtObj.Visible = Waar
ElseIf PriceType = 5 toen
Met ChtObj.Chart.SeriesCollection (1)
. Taxeert = ActiveSheet.Range („$F$771: $F$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 7
Eind met
ChtObj.Visible = Waar
ElseIf PriceType = 6 toen
Met ChtObj.Chart.SeriesCollection (1)
. Taxeert = ActiveSheet.Range („D$771: $D$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 5
Eind met
ActiveChart.SeriesCollection.NewSeries
Met ChtObj.Chart.SeriesCollection (2)
. Taxeert = ActiveSheet.Range („E$771: $E$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 3
Eind met
ActiveChart.SeriesCollection.NewSeries
Met ChtObj.Chart.SeriesCollection (3)
. Taxeert = ActiveSheet.Range („I$771: $I$1475“)
.MarkerForegroundColorIndex = 1
.MarkerBackgroundColorIndex = 9
Eind met
ChtObj.Visible = Waar
Eind als
ActiveSheet.PivotTables („PivotTable3“) .PivotCache.Refresh
Application.ScreenUpdating = Waar
Sub van het eind
|