View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Kaak[_92_] Kaak[_92_] is offline
external usenet poster
 
Posts: 1
Default Series Collection Results in Runtime Error 1004


Try

CHT.SeriesCollection("Cumulative Actual").Values= Value1
CHT.SeriesCollection("Cumulative Predictive Failed").Values = Value2
CHT.SeriesCollection("Cumulative Actual Failed").Values = Value3

The XValues property is for the scale


--
Kaak
------------------------------------------------------------------------
Kaak's Profile: http://www.excelforum.com/member.php...fo&userid=7513
View this thread: http://www.excelforum.com/showthread...hreadid=564643