View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
sloth sloth is offline
external usenet poster
 
Posts: 26
Default run-time error '1004': unable to set the ColorIndex property of the Interior class

I've selected a chart and when I try to run the following code inside
of a sub routine, I get the run-time error '1004': unable to set the
ColorIndex property of the Interior class

ActiveChart.SeriesCollection(1).Interior.ColorInde x = 3

Any help is appreciated.