ªð¦^¦Cªí ¤W¤@¥DÃD µo©«

½Ð°Ý¦p¦ó±qVBA¤¤³]©w ¹Ïªí¤¤ªº½u±ø¦â±m©O

¦^´_ 1# gog1211


    ¸Õ¸Õ¬Ý
         ActiveChart.SeriesCollection(5).Select
         With Selection
            .Format.Fill.Visible = msoTrue
            .Format.Fill.ForeColor.RGB = RGB(250, 160, 230)   '±q¨ä¥LÃC¦âªí¤¤¥i¥H§ä¨ì¦â½X
            .Format.Line.Visible = msoTrue
            .Format.Line.ForeColor.RGB = RGB(250, 160, 230)
        End With

TOP

¦^´_ 3# gog1211

¦³¨ÇÄݩʽT¹ê¹J¨ìµLªk¿ý»s¡A
¤£¹L½u±ø¤§ÃC¦âÄݩʭ˥¼¨£¿ý»s¤£¦¨ªº¡F¤è«Kªº¸Ü½Ð¤W¶ÇÀɮרӸոլÝ

TOP

¦^´_ 5# gog1211


    ¥H¤U¬O¥Î§Aªº¤W¶ÇÀɤºªºµ{¦¡µeªº ¦¨¥æ¶q ½u ¿ý»s ªº­ì©l½X¡A¦ý´NµLªk²z¸Ñ§A»¡ªºµLªk¿ý»s±m¦â
  1. Sub ¥¨¶°2()
  2. '
  3. ' ¥¨¶°2 ¥¨¶°
  4. '

  5. '
  6.     ActiveSheet.ChartObjects("¹Ïªí 6").Activate
  7.     ActiveChart.SeriesCollection(5).Select
  8.     With Selection.Format.Line       '½u±ø¦â±m
  9.         .Visible = msoTrue
  10.         .ForeColor.ObjectThemeColor = msoThemeColorAccent3
  11.         .ForeColor.TintAndShade = 0
  12.         .ForeColor.Brightness = -0.25
  13.         .Transparency = 0
  14.     End With
  15.     With Selection.Format.Line    '½u±ø²Ê²Ó
  16.         .Visible = msoTrue
  17.         .Weight = 1.5
  18.     End With
  19. End Sub
½Æ»s¥N½X

TOP

        ÀR«ä¦Û¦b : ªY½à§O¤H´N¬O²øÄY¦Û¤v¡C
ªð¦^¦Cªí ¤W¤@¥DÃD