I had the same experience on the first time through but when I changed the line back and ran the macro again, it changed both. It also changed both when I stepped through the function. I'm not sure what is going on.
I had the same experience on the first time through but when I changed the line back and ran the macro again, it changed both. It also changed both when I stepped through the function. I'm not sure what is going on.
ChemistB
My 2?
substitute commas with semi-colons if your region settings requires
Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)
Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble
This change works for me,
![]()
Sub x() Dim objSeries As Series With ActiveChart For Each objSeries In .SeriesCollection With objSeries.Format.Line .Style = msoLineSingle .Transparency = 0 .ForeColor.RGB = RGB(40, 56, 24) .Weight = 0.75 End With Next End With End Sub
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks