Thread: LegendEntries
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Bob Davison Bob Davison is offline
external usenet poster
 
Posts: 26
Default LegendEntries

Hello-

I have multiple series on a chart and only a few display at any time based
on a UserForm selection.

I wish to have a legend displayed at all times, showing only the
LegendEntries for the series that are currently visible. The
..Legend.LegendEntries(i).Delete method takes them off nicely. How do I get
the specific series legend entries back into the legend when other series
are visible the chart? I can't seem to find the method.

Thanks,

Bob