I have VBA code that creates chart with different layouts in a loop
Code contains lines :
Chart.legend.legendentries.delete
It deletes entries but when it loops to create new chart the previous chart regains chart legend and it's entries
This happens in excel 2007 but works in excel 2010
Is this a problem of office 2007 like many others or is my code
Please reply