PC Review Forums Newsgroups Microsoft Excel Microsoft Excel Charting Recognize a chart-datapoint for use in vba

Reply

Recognize a chart-datapoint for use in vba

 
Thread Tools Rate Thread
Old 21-11-2003, 02:38 PM   #1
hglamy
Guest
 
Posts: n/a
Default Recognize a chart-datapoint for use in vba


Hello there,

I would like be able to start a VBA-Procedure, when
the mouse pointer hovers over a certain data point in
a chart (XL 2003).

Obviously, XL knows when the cursor "touches" a data
point, since it displays a tool tip with its values.

Can I, and if so how, make use of that XL-side trapping
of spots under the mouse to harness it for a macro ?

Thank you in advance.

Kind regards,

H.G. Lamy



  Reply With Quote
Old 21-11-2003, 03:56 PM   #2
Andy Pope
Guest
 
Posts: n/a
Default Re: Recognize a chart-datapoint for use in vba

Hi H.

Maybe Jon's example will give a starting point.
(http://www.geocities.com/jonpeltier....html#PointInfo)

hglamy wrote:

> Hello there,
>
> I would like be able to start a VBA-Procedure, when
> the mouse pointer hovers over a certain data point in
> a chart (XL 2003).
>
> Obviously, XL knows when the cursor "touches" a data
> point, since it displays a tool tip with its values.
>
> Can I, and if so how, make use of that XL-side trapping
> of spots under the mouse to harness it for a macro ?
>
> Thank you in advance.
>
> Kind regards,
>
> H.G. Lamy
>
>
>


--

Cheers
Andy

http://www.andypope.info

  Reply With Quote
Old 21-11-2003, 04:26 PM   #3
hglamy
Guest
 
Posts: n/a
Default Re: Recognize a chart-datapoint for use in vba

Thank you, Andy,

I thought I knew Jon's site,
but I obviously I have never
got to the "PointInfo"-samples.

Kind regards,

H.G. Lamy


"Andy Pope" <andy@andypope.info> schrieb im Newsbeitrag
news:eCEfxbEsDHA.2392@TK2MSFTNGP10.phx.gbl...
> Hi H.
>
> Maybe Jon's example will give a starting point.
> (http://www.geocities.com/jonpeltier....html#PointInfo)
>
> hglamy wrote:
>
> > Hello there,
> >
> > I would like be able to start a VBA-Procedure, when
> > the mouse pointer hovers over a certain data point in
> > a chart (XL 2003).
> >
> > Obviously, XL knows when the cursor "touches" a data
> > point, since it displays a tool tip with its values.
> >
> > Can I, and if so how, make use of that XL-side trapping
> > of spots under the mouse to harness it for a macro ?
> >
> > Thank you in advance.
> >
> > Kind regards,
> >
> > H.G. Lamy
> >
> >
> >

>
> --
>
> Cheers
> Andy
>
> http://www.andypope.info
>



  Reply With Quote
Old 21-11-2003, 06:21 PM   #4
Jon Peltier
Guest
 
Posts: n/a
Default Re: Recognize a chart-datapoint for use in vba

Another suggestion is Tushar Mehta's Hover Chart Label add-in, available
from http://tushar-mehta.com.

- Jon
-------
Jon Peltier, Microsoft Excel MVP
http://www.geocities.com/jonpeltier/Excel/index.html
_______

Andy Pope wrote:

> Hi H.
>
> Maybe Jon's example will give a starting point.
> (http://www.geocities.com/jonpeltier....html#PointInfo)
>
> hglamy wrote:
>
>> Hello there,
>>
>> I would like be able to start a VBA-Procedure, when
>> the mouse pointer hovers over a certain data point in
>> a chart (XL 2003).
>>
>> Obviously, XL knows when the cursor "touches" a data
>> point, since it displays a tool tip with its values.
>>
>> Can I, and if so how, make use of that XL-side trapping
>> of spots under the mouse to harness it for a macro ?
>>
>> Thank you in advance.
>>
>> Kind regards,
>>
>> H.G. Lamy
>>
>>
>>

>


  Reply With Quote
Old 24-11-2003, 07:26 AM   #5
hglamy
Guest
 
Posts: n/a
Default Re: Recognize a chart-datapoint for use in vba

Thank you, Jon !

Kind regards,

H.G. Lamy

"Jon Peltier" <jonpeltierNOSPAM@yahoo.com> schrieb im Newsbeitrag
news:#j6zHxFsDHA.2408@tk2msftngp13.phx.gbl...
> Another suggestion is Tushar Mehta's Hover Chart Label add-in, available
> from http://tushar-mehta.com.
>
> - Jon
> -------
> Jon Peltier, Microsoft Excel MVP
> http://www.geocities.com/jonpeltier/Excel/index.html
> _______
>
> Andy Pope wrote:
>
> > Hi H.
> >
> > Maybe Jon's example will give a starting point.
> >

(http://www.geocities.com/jonpeltier....html#PointInfo)
> >
> > hglamy wrote:
> >
> >> Hello there,
> >>
> >> I would like be able to start a VBA-Procedure, when
> >> the mouse pointer hovers over a certain data point in
> >> a chart (XL 2003).
> >>
> >> Obviously, XL knows when the cursor "touches" a data
> >> point, since it displays a tool tip with its values.
> >>
> >> Can I, and if so how, make use of that XL-side trapping
> >> of spots under the mouse to harness it for a macro ?
> >>
> >> Thank you in advance.
> >>
> >> Kind regards,
> >>
> >> H.G. Lamy
> >>
> >>
> >>

> >

>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off