|
-
Aug 30th, 2013, 02:57 PM
#8
Thread Starter
Fanatic Member
Re: [RESOLVED] Excel VBA - how to remove chart series marker line color
Actually, I found a way to do it for the entire series instead of point by point. The trick was to use the value -2 (xlHundreds or xlParamTypeBinary) instead of -4142 (xlNone) for the MarkerForegroundColor. I discovered it by turning off the marker line using the excel dialog boxes, then running a macro to tell me the marker foreground color. Also, I'd been fiddling with the wrong item - background color instead of foreground color. Thanks for your inspiration!
What really goofed me up was the macro recorder. It wasn't even close.
Last edited by VBAhack; Aug 30th, 2013 at 04:04 PM.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|