I have an
Excel Report that is launched programmatically and runs with no user
interface. My specific question is with regards to three spreadhseets
that contain trend data with associated line charts.
Each time the report executes I delete the trend data from each of the
sheets and then go get the new trend data. What I would like to do is
check to see if a line chart exists and if so, delete it. I have the
code that creates the charts, but I haven't figured out how to delete
existing ones so I don't end up with charts piled up on top of charts
every time this report runs.