View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
crossplatform crossplatform is offline
external usenet poster
 
Posts: 1
Default VBA- SeriesCollection(1).Value error

What's wrong with this code:


Worksheets("sheet1").ChartObjects("Chart 1").Chart. _
SeriesCollection(1).Value = "=Sheet1!R1C1:R20C1"


It gives me run-time error '438' object doesn't support this propert
or method

--
Message posted from http://www.ExcelForum.com