Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 51
Default enabling chart events for an embedded chart

Is it a problem to enable chart events for an already existing embedded
chart, or am I better off enabling events prior to actual charting of data?

Wazooli
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default enabling chart events for an embedded chart

In article ,
says...
Is it a problem to enable chart events for an already existing embedded
chart, or am I better off enabling events prior to actual charting of data?

Wazooli

No difference. Of course, the chart has to exist before you associate
events with it.

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions
  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default enabling chart events for an embedded chart

This article gives you the basics:

http://support.microsoft.com/default...b;en-us;161858
XL97: How to Trap Events for an Embedded Chart

You note that you set up the class module and then assign a specific chart
to the class. So to use chart events, the chart has to exist. Thus you can
assign it to an existing chart or create a new one and assign it to that.
If you want to handle multiple charts with the class, one way is you can use
an array as shown in this approach by John Walkenbach (this is to handle
multiple commandbuttons with a single class module, but the principles are
the same).

http://www.j-walk.com/ss/excel/tips/tip44.htm
Handle Multiple UserForm Buttons With One Subroutine

--
Regards,
Tom Ogilvy



"Wazooli" wrote in message
...
Is it a problem to enable chart events for an already existing embedded
chart, or am I better off enabling events prior to actual charting of

data?

Wazooli



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Enabling Events Robin Clay Excel Discussion (Misc queries) 8 July 12th 06 03:07 PM
Embedded Chart Versus Chart - ShowDetail Issue [email protected] Charts and Charting in Excel 1 May 14th 06 04:11 PM
what is the difference between embedded chart and chart-in-a-sheet dhruv Excel Programming 1 January 18th 06 03:35 PM
Enabling a Embedded Control Kirk[_2_] Excel Programming 0 September 10th 03 06:10 PM
Enabling a Embedded Control Tim[_15_] Excel Programming 0 September 10th 03 05:29 PM


All times are GMT +1. The time now is 11:16 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"