Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have written a VBA code to create a graph, since my row count is 32000
rows, I created a second series collection for rows 32000 to 64000. I have formated the seriescollection so it looks like 1 series. When I try to remove the legend entry using ActiveChart.Legend.LegendEntries(x).Select Selection.Delete it works on my computer and about 90% of the others, but not on about 10% of the computer, it appears there is a problem with .legend.legendentries on some computers. I have found using .seriescollection there were workarounds for other legend issues, is there a way to remove the entry using .seriescollection(x). |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing trendline from legend | Excel Discussion (Misc queries) | |||
Sort Legend Entries | Charts and Charting in Excel | |||
Legend Entries | Charts and Charting in Excel | |||
Specifying Legend Entries | Charts and Charting in Excel | |||
Why 2 legend entries? | Excel Programming |