Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello,
I would like to select a single point on a chart, then select a button that will call the following subroutine: AddCommenttoPoint(ByVal ElementID As Long, ByVal Arg1 As Long, ByVal Arg2 As Long) The elementID is XlSeries, Arg1 is the first series collection. The problem I have is Arg2. I want that to be the data point that is selected on the series. How do I determine which data point is selected on a series collection using code? The Selected property does not work with the series collection. Thanks a lot. Bill |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
series objects; finding specific ones in the collection | Charts and Charting in Excel | |||
Time Series and Creating data points within a series | Excel Discussion (Misc queries) | |||
How to store the lengthy value in Series collection? | Charts and Charting in Excel | |||
Accessing values in points collection of chart & conditional display | Charts and Charting in Excel | |||
Changing the color of a Series Collection using visual basic? | Charts and Charting in Excel |