in reply to Re^3: Help using Win32::OLE to add Excel charts having multiple series
in thread Help using Win32::OLE to add Excel charts having multiple series

How to translate following VBA code to perl code Charts.Add ActiveChart.ChartType = xlXYScatterSmoothNoMarkers ActiveChart.SeriesCollection.NewSeries ActiveChart.SeriesCollection(1).XValues = "='Sheet1'!R2C1:R801C1" ActiveChart.SeriesCollection(1).Values = "='Sheet1'!R2C2:R801C2"
  • Comment on Re^4: Help using Win32::OLE to add Excel charts having multiple series
  • Download Code

Replies are listed 'Best First'.
Re^5: Help using Win32::OLE to add Excel charts having multiple series
by Anonymous Monk on Feb 27, 2010 at 00:06 UTC