+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Registered User
    Join Date
    11-02-2008
    Location
    Canada
    Posts
    21

    Smile Customizing Data Series

    Me again - does anyone know if it is possible to change the way series look when they are plotted on a graph, besides the default settings? All I need to do is to increase the weight of the lines so that they stand out, however changing the weight one-by-one is a little time consuming at times.
    Thanks!

  2. #2
    Forum Guru rwgrietveld's Avatar
    Join Date
    09-02-2008
    Location
    Netherlands
    MS-Off Ver
    XL 2007 / XL 2010
    Posts
    1,671

    re: Customizing Data Series

    You could use this simple macro
    Code:
    Sub Macro1()
    
      Dim SeriesCol As Series
    
      For Each SeriesCol In ActiveChart.SeriesCollection
        With SeriesCol.Border
          .Weight = xlThick
        End With
      Next
    End Sub
    Looking for great solutions but hate waiting?
    Seach this Forum through Google

    www.Google.com
    (e.g. +multiple +IF site:excelforum.com/excel-general/ )

    www.Google.com
    (e.g. +fill +combobox site:excelforum.com/excel-programming/ )

    Ave,
    Ricardo

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0