G
Guest
Guest
Mr. Excel,
I am creating multiple charts in a macro using a for loop, thanks to your help yesterday. How can I let the title be equal to the value of a cell (or range of cells)? Basically, I need to set the value of ActiveChart.ChartTitle.Characters.Text to the appropriate cell value (being looped through). Also, after creating the chart, I export it, but when I try to delete it after the export (ActiveChart.Delete) it fails. What's the solution? Thanks,
JAS
I am creating multiple charts in a macro using a for loop, thanks to your help yesterday. How can I let the title be equal to the value of a cell (or range of cells)? Basically, I need to set the value of ActiveChart.ChartTitle.Characters.Text to the appropriate cell value (being looped through). Also, after creating the chart, I export it, but when I try to delete it after the export (ActiveChart.Delete) it fails. What's the solution? Thanks,
JAS