Jawny Okręt podwodny UpdateChart ()
Ciemnawy ChtObj Jako ChartObject
Ciemnawy PriceType Długo
Ustalony ChtObj = ActiveSheet.ChartObjects (1)
Application.ScreenUpdating = Fałszywy
PriceType = ActiveSheet.Cells (13, 20). Wartość
Jeżeli PriceType = (1) Wtedy
Z ChtObj.Chart.SeriesCollection (1)
. Wartość = ActiveSheet.Range ("771: 1475")
.MarkerBackgroundColorIndex = (1)
.MarkerBackgroundColorIndex = 4
Końcówka Z
ChtObj.Visible = Prawdziwy
ElseIf PriceType = 2 Wtedy
Z ChtObj.Chart.SeriesCollection (1)
. Wartość = ActiveSheet.Range ("$D$771: $D$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 5
Końcówka Z
ChtObj.Visible = Prawdziwy
ElseIf PriceType = 3 Wtedy
Z ChtObj.Chart.SeriesCollection (1)
. Wartość = ActiveSheet.Range ("$E$771: $E$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 3
Końcówka Z
ChtObj.Visible = Prawdziwy
ElseIf PriceType = 4 Wtedy
Z ChtObj.Chart.SeriesCollection (1)
. Wartość = ActiveSheet.Range ("$I$771: $I$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 9
Końcówka Z
ChtObj.Visible = Prawdziwy
ElseIf PriceType = 5 Wtedy
Z ChtObj.Chart.SeriesCollection (1)
. Wartość = ActiveSheet.Range ("$F$771: $F$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 7
Końcówka Z
ChtObj.Visible = Prawdziwy
ElseIf PriceType = 6 Wtedy
Z ChtObj.Chart.SeriesCollection (1)
. Wartość = ActiveSheet.Range ("D$771: $D$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 5
Końcówka Z
ActiveChart.SeriesCollection.NewSeries
Z ChtObj.Chart.SeriesCollection (2)
. Wartość = ActiveSheet.Range ("E$771: $E$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 3
Końcówka Z
ActiveChart.SeriesCollection.NewSeries
Z ChtObj.Chart.SeriesCollection (3)
. Wartość = ActiveSheet.Range ("I$771: $I$1475")
.MarkerForegroundColorIndex = (1)
.MarkerBackgroundColorIndex = 9
Końcówka Z
ChtObj.Visible = Prawdziwy
Kończyć Jeżeli
ActiveSheet.PivotTables ("PivotTable3") .PivotCache.Refresh
Application.ScreenUpdating = Prawdziwy
Końcówka Okręt podwodny
|