Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
Basically, I'm trying to retrieve several selects peaks and troughs from an
oscillation data set with multiple amplitudes. It would be optimal to click on the point and transfer the coordinate values to the spreadsheet. |
#2
![]() |
|||
|
|||
![]()
You need to trap chart events, then determine where the click occurred
and which point was under it. I discuss chart events in this article: http://www.computorcompanion.com/LPMArticle.asp?ID=221 A section entitled "Identify the Point Clicked By the User" is located about halfway through the article. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Jdoggrr wrote: Basically, I'm trying to retrieve several selects peaks and troughs from an oscillation data set with multiple amplitudes. It would be optimal to click on the point and transfer the coordinate values to the spreadsheet. |
#3
![]() |
|||
|
|||
![]()
Hi Jon,
Over the past month, I have gone through your code, and have tried modifying it to suit my needs. However, because I am a VBA nepohyte, I am unable to get the code to work when I transfer to my own sheet. Would it be possible to email the sheet to you, so you could take a look at it? Thanks Justin "Jon Peltier" wrote: You need to trap chart events, then determine where the click occurred and which point was under it. I discuss chart events in this article: http://www.computorcompanion.com/LPMArticle.asp?ID=221 A section entitled "Identify the Point Clicked By the User" is located about halfway through the article. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Jdoggrr wrote: Basically, I'm trying to retrieve several selects peaks and troughs from an oscillation data set with multiple amplitudes. It would be optimal to click on the point and transfer the coordinate values to the spreadsheet. |
#4
![]() |
|||
|
|||
![]()
Thanks for asking first. I can't promise an immediate response, but I
will try to look at it in a few days. Make the obvious correction to my email address. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Jdoggrr wrote: Hi Jon, Over the past month, I have gone through your code, and have tried modifying it to suit my needs. However, because I am a VBA nepohyte, I am unable to get the code to work when I transfer to my own sheet. Would it be possible to email the sheet to you, so you could take a look at it? Thanks Justin "Jon Peltier" wrote: You need to trap chart events, then determine where the click occurred and which point was under it. I discuss chart events in this article: http://www.computorcompanion.com/LPMArticle.asp?ID=221 A section entitled "Identify the Point Clicked By the User" is located about halfway through the article. - Jon ------- Jon Peltier, Microsoft Excel MVP Peltier Technical Services Tutorials and Custom Solutions http://PeltierTech.com/ _______ Jdoggrr wrote: Basically, I'm trying to retrieve several selects peaks and troughs from an oscillation data set with multiple amplitudes. It would be optimal to click on the point and transfer the coordinate values to the spreadsheet. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Point labels in an Excel scatter plot to be associated text | Charts and Charting in Excel | |||
Can I copy x-y scatter plot data direct from one plot to another? | Charts and Charting in Excel | |||
Custom data labels on a scatter plot | Charts and Charting in Excel | |||
scatter plot & label for a data point | Charts and Charting in Excel | |||
Fill area beneath a scatter plot | Charts and Charting in Excel |