M
MikeM
Suppose I create a chart with
Charts.Add
set thisChart = ActiveChart
Why can't I delete it with
thisChart.Delete?
Charts.Add
set thisChart = ActiveChart
Why can't I delete it with
thisChart.Delete?