View Single Post
  #1   Report Post  
Dilbert00
 
Posts: n/a
Default How do I use VBA to change line colors


I have a multi-series 2-D line chart. Each series is a different color,
but these colors appear to be chosen automatically, and are not the
colors I want to use.

I've tried this:

GraphObj.SeriesCollection(2).Interior.Color = RGB(255, 180, 0)

But this generates the error "Unable to set the Color property of the
Interior class."

So, where in the depths of the object model can I go to change the
color of the lines? And if you can tell me that, I'll bet you can also
tell me where to go to change the width or thickness of a line, too.

Any help is very much appreciated.


--
Dilbert00
------------------------------------------------------------------------
Dilbert00's Profile: http://www.excelforum.com/member.php...o&userid=23993
View this thread: http://www.excelforum.com/showthread...hreadid=376141