Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi, I'm using the following code to try and set the foreground and
background color of my markers, but I get nothing. When I add the line in about changing marker size, that does work. Does anyone have any suggestions as to what I may be doing wrong? Sub TestMarkerColor() With ActiveChart.SeriesCollection(1) .MarkerForegroundColor = RGB(255, 0, 0) .MarkerBackgroundColor = RGB(255, 0, 0) '.MarkerSize = 5 + 10 * Rnd End With End Sub I'm running Excel 2004 v11.3 on the Mac. Thanks in advance, Todd |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate working days but change working week | Excel Discussion (Misc queries) | |||
Making weekend days working days - the system cuts the working tim | Excel Discussion (Misc queries) | |||
macro was working, now it's not working | Excel Programming | |||
Macro working in Excel 2003; not working in Excel 2000 | Excel Programming | |||
Adding sales from a non working day to the previous working day | Excel Programming |