Hello,

When working on a chart with VBA, you can delete a the legend entry with the following command:
ActiveChart.Legend.LegendEntries(1).Delete
without deleting the corresponding plot.

My question is: how do you recreate the legend entry with VBA ?
Is there a property like Visible = True or Visible = False rather than delete it ?

Any help on this could be really great.
Thanks