Hi Rasm,
Sorry for the late reply. Forum was down for the last 24 hours
Replace
withCode:If objChartObject.Chart.ChartArea.Interior.Color = -2 Then objChartObject.Chart.ChartArea.Interior.Color = ZoomInChartAreaColor End If
Essentially replaceCode:If objChartObject.Chart.ChartArea.Format.Fill.ForeColor.RGB = ZoomInChartAreaColor Then objChartObject.Chart.ChartArea.Format.Fill.ForeColor.RGB = ZoomInChartAreaColor End IfwithCode:objChartObject.Chart.ChartArea.Interior.Color
HTHCode:objChartObject.Chart.ChartArea.Format.Fill.ForeColor.RGB





Reply With Quote

Bookmarks