Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
I'm writing a macro in which the user has to choose 2 value on a bar-graph.
I can trap chart events as Jon Peltier say ( http://www.computorcompanion.com/LPMArticle.asp?ID=221, ), but following his way I trap *always* chart events. What I want is to trap chart event in a chart sheet only one time, and after that I want to leave the charts event control back to excel. Is it possible? Sorry for my newbie-ness :-( |
#2
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
When you have the information you need, and don't need more events from the
chart, deactivate the chart events. Set clsEventChart.EvtChart = Nothing - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "PLP" wrote in message ... I'm writing a macro in which the user has to choose 2 value on a bar-graph. I can trap chart events as Jon Peltier say ( http://www.computorcompanion.com/LPMArticle.asp?ID=221, ), but following his way I trap *always* chart events. What I want is to trap chart event in a chart sheet only one time, and after that I want to leave the charts event control back to excel. Is it possible? Sorry for my newbie-ness :-( |
#3
![]()
Posted to microsoft.public.excel.charting
|
|||
|
|||
![]()
Mr. Peltier, first of all my best compliments for your site!
Well, I follow the instruction but i was wrong in something, so I had problem. Now I solved them.... :-) I did not understood the right place for the code, but I had an insight and now it works fine. Thankx again! "Jon Peltier" ha scritto nel messaggio ... When you have the information you need, and don't need more events from the chart, deactivate the chart events. Set clsEventChart.EvtChart = Nothing - Jon ------- Jon Peltier, Microsoft Excel MVP Tutorials and Custom Solutions Peltier Technical Services, Inc. - http://PeltierTech.com _______ "PLP" wrote in message ... I'm writing a macro in which the user has to choose 2 value on a bar-graph. I can trap chart events as Jon Peltier say ( http://www.computorcompanion.com/LPMArticle.asp?ID=221, ), but following his way I trap *always* chart events. What I want is to trap chart event in a chart sheet only one time, and after that I want to leave the charts event control back to excel. Is it possible? Sorry for my newbie-ness :-( |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error Trapping from WSH | Excel Discussion (Misc queries) | |||
Chart Events - Trapping arrow key strokes | Charts and Charting in Excel | |||
error trapping | Excel Discussion (Misc queries) | |||
trapping for printer problems | Charts and Charting in Excel | |||
Trapping a NO FIND after a find | Excel Discussion (Misc queries) |