Frage : nmconnect

wie über in Unix?.

Antwort : nmconnect

auch mit Blöcken hilft, den überflüssigen Code zu verringern, hoffen, dass dieses nützlich ist
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
6:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
Allgemeines VorUpdateChart ()
  
    Schwaches ChtObj als ChartObject
    Schwaches PriceType als lang
    ChtObj = ActiveSheet.ChartObjects einstellen (1)
      
    Application.ScreenUpdating = falsch
      
    PriceType = ActiveSheet.Cells (13, 20). Wert
      
    Wenn PriceType = 1 dann
        Mit ChtObj.Chart.SeriesCollection (1)
            . Werte = ActiveSheet.Range („771: 1475“)
            .MarkerBackgroundColorIndex = 1
            .MarkerBackgroundColorIndex = 4
        Ende mit
        ChtObj.Visible = ausrichten en
    ElseIf PriceType = 2 dann
        Mit ChtObj.Chart.SeriesCollection (1)
            . Werte = ActiveSheet.Range („$D$771: $D$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 5
        Ende mit
        ChtObj.Visible = ausrichten en
    ElseIf PriceType = 3 dann
        Mit ChtObj.Chart.SeriesCollection (1)
            . Werte = ActiveSheet.Range („$E$771: $E$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 3
        Ende mit
        ChtObj.Visible = ausrichten en
    ElseIf PriceType = 4 dann
        Mit ChtObj.Chart.SeriesCollection (1)
            . Werte = ActiveSheet.Range („$I$771: $I$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 9
        Ende mit
        ChtObj.Visible = ausrichten en
    ElseIf PriceType = 5 dann
        Mit ChtObj.Chart.SeriesCollection (1)
            . Werte = ActiveSheet.Range („$F$771: $F$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 7
        Ende mit
        ChtObj.Visible = ausrichten en
    ElseIf PriceType = 6 dann
        Mit ChtObj.Chart.SeriesCollection (1)
            . Werte = ActiveSheet.Range („D$771: $D$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 5
        Ende mit
        ActiveChart.SeriesCollection.NewSeries
        Mit ChtObj.Chart.SeriesCollection (2)
            . Werte = ActiveSheet.Range („E$771: $E$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 3
        Ende mit
        ActiveChart.SeriesCollection.NewSeries
        Mit ChtObj.Chart.SeriesCollection (3)
            . Werte = ActiveSheet.Range („I$771: $I$1475“)
            .MarkerForegroundColorIndex = 1
            .MarkerBackgroundColorIndex = 9
        Ende mit
        ChtObj.Visible = ausrichten en
    Beenden wenn
    ActiveSheet.PivotTables („PivotTable3“) .PivotCache.Refresh
  
Application.ScreenUpdating = ausrichten en
  
Enden-Unterseeboot
Weitere Lösungen  
 
programming4us programming4us