Getting Chart events to run in Access VBA?

TeeChart for ActiveX, COM and ASP
Post Reply
Productivity Guy
Newbie
Newbie
Posts: 21
Joined: Tue Mar 01, 2005 5:00 am
Location: Spokane, WA
Contact:

Getting Chart events to run in Access VBA?

Post by Productivity Guy » Thu Mar 31, 2005 9:35 pm

Is there any special step you need to take to get the various Chart Events to trigger?

I've placed code in my MS Access form module, but it doesn't seem to run. There must be a step I'm missing.

Please help. Urgent.
- Free Articles and Tips on
Microsoft Access at
www.ProductivityLodge.com

Productivity Guy
Newbie
Newbie
Posts: 21
Joined: Tue Mar 01, 2005 5:00 am
Location: Spokane, WA
Contact:

My apologies. I figured it out.

Post by Productivity Guy » Thu Mar 31, 2005 9:41 pm

It was a silly oversight.

I had COPIED the code sample (including the Private Sub/End Sub) into my VBA module.

Instead, I should have used the module window to SELECT the associated EventProcedure and copied only the body within the Sub/End Sub.

It works now.

Post Reply