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!
You could use this simple macroCode: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
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks