View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tobias Schittkowski Tobias Schittkowski is offline
external usenet poster
 
Posts: 1
Default Problem with Excel97/Chart/Formula

Hi!

I have an application written in VB 6.0 in which I am creating an Excel Chart.
The code below works fine with Excel 2003, but it fails on Excel 97.

Set xlsSeries = ActiveChart.SeriesCollection.NewSeries
xlsSeries.Formula = sFormula

Any Ideas?
Tobias