Blue1971
New Member
- Joined
- May 19, 2020
- Messages
- 15
- Office Version
- 2016
- Platform
- Windows
I have points in an Excel 2016 scatter plot chart:
I want to determine what the IDs are of the points at a given position in the chart (so that I can find & review those records in the source table).
Notes:
Question:
As a workaround, using VBA, is there a way to make it so when I click or hover over points, the ID of the points gets displayed?
Cheers.
I want to determine what the IDs are of the points at a given position in the chart (so that I can find & review those records in the source table).
Notes:
- Hovering over the points displays some info, but not the IDs of the points.
- I had wondered if I could temporarily turn on labels to see the IDs. But Excel limits the labels that can be displayed to 1000 points. My scatter plot has more than 1000 points, and the points overlap, so labeling doesn't seem very useful in this case.
Question:
As a workaround, using VBA, is there a way to make it so when I click or hover over points, the ID of the points gets displayed?
Cheers.