Apr 7, 2005 #1 wichtel Programmer Apr 7, 2005 12 CH How can I change the legend label with VBA. I found out how to show or hide a legend, but how to change the name? With Chart .HasLegend = True . ??? End With Thanks for your help! Tim
How can I change the legend label with VBA. I found out how to show or hide a legend, but how to change the name? With Chart .HasLegend = True . ??? End With Thanks for your help! Tim
Jun 3, 2005 #2 Rjc8513 Technical User Feb 12, 2001 140 US Took a while to track this one down: .SeriesCollection(1).Name=" ..." Upvote 0 Downvote