Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]() Is there a way to sort the legend entries using VBA? .Legend.LegendEntries does not seem to have any sorting properties. I want them alphabetically sorted from top to bottom. Possible? -- Coolboy55 ------------------------------------------------------------------------ Coolboy55's Profile: http://www.excelforum.com/member.php...o&userid=26508 View this thread: http://www.excelforum.com/showthread...hreadid=399498 |
#2
![]() |
|||
|
|||
![]()
Legend Entries are sortable only to the extent that you can change the order of the
series within the chart. If all series are the same type (i.e., line or column) and on the same axis (primary), and if the series are not stacked, you can do this by changing the series plot order; double click any series, and on the series order tab, rearrange the series as required. You will find that different series types in a combination chart only sort within their group, but area series for example always plot first, and XY series always plot last, and other types line up according to type. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Coolboy55 wrote: Is there a way to sort the legend entries using VBA? .Legend.LegendEntries does not seem to have any sorting properties. I want them alphabetically sorted from top to bottom. Possible? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Chart Legend Entries | Excel Discussion (Misc queries) | |||
Specifying Legend Entries | Charts and Charting in Excel | |||
sort a list/remove additional entries | Excel Worksheet Functions | |||
I have 36 legend entries but only need the ones actualy graphed | Charts and Charting in Excel | |||
How do I change the order of the legend entries? | Charts and Charting in Excel |