Search results

  1. M

    Access VBA Chart Problem

    Thanks Tim, I'll try deleting all SeriesCollection objects first. Quick question: the only info I can find for the Office 2007 MS Graph Object Model is the help file vbagr10.chm, and at MSDN online. However, I can't find any info on the SetData method (etc). Could you point me to some decent...
  2. M

    Access VBA Chart Problem

    I'm using the Chart object in Access 2007, and the code throws an error when I try to use: myChartObject.SeriesCollection.Add No problem using myChartObject.SeriesCollection.Delete, but I'm trying to create a Chart from scratch through VBA, and my inability to add a new Series is driving me...
Back
Top Bottom