Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Are there any way to determine which series are selected - if any - in the
seriescollection for a chart ? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you don't have any duplicate names:
Dim srs As Series If TypeName(Selection) = "Series" Then Set srs = Selection MsgBox "You've selected the series '" & srs.Name & '"." End If - Jon ------- Advanced Excel Conference - June 17-18 2009 - Charting and Programming http://peltiertech.com/Training/2009...00906ACNJ.html Jon Peltier, Peltier Technical Services, Inc. http://PeltierTech.com/WordPress/ _______ "ojv" wrote in message ... Are there any way to determine which series are selected - if any - in the seriescollection for a chart ? |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
If you don't have any duplicate names:
Dim srs As Series If TypeName(Selection) = "Series" Then Set srs = Selection MsgBox "You've selected the series '" & srs.Name & '"." End If - Jon ------- Advanced Excel Conference - June 17-18 2009 - Charting and Programming http://peltiertech.com/Training/2009...00906ACNJ.html Jon Peltier, Peltier Technical Services, Inc. http://PeltierTech.com/WordPress/ _______ "ojv" wrote in message ... Are there any way to determine which series are selected - if any - in the seriescollection for a chart ? |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thx.
"Jon Peltier" wrote: If you don't have any duplicate names: Dim srs As Series If TypeName(Selection) = "Series" Then Set srs = Selection MsgBox "You've selected the series '" & srs.Name & '"." End If - Jon ------- Advanced Excel Conference - June 17-18 2009 - Charting and Programming http://peltiertech.com/Training/2009...00906ACNJ.html Jon Peltier, Peltier Technical Services, Inc. http://PeltierTech.com/WordPress/ _______ "ojv" wrote in message ... Are there any way to determine which series are selected - if any - in the seriescollection for a chart ? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
excel chart maximum series should more than 255 series | Charts and Charting in Excel | |||
User Selectable Series and Number of Series for Line Chart | Charts and Charting in Excel | |||
how to plot column chart with one series against multiple series. | Charts and Charting in Excel | |||
Add Series to a chart failure and Disappearing Series | Excel Programming | |||
chart data series -- plot a table as a single series | Charts and Charting in Excel |