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.
Getting Chart events to run in Access VBA?
-
- Newbie
- Posts: 21
- Joined: Tue Mar 01, 2005 5:00 am
- Location: Spokane, WA
- Contact:
-
- Newbie
- Posts: 21
- Joined: Tue Mar 01, 2005 5:00 am
- Location: Spokane, WA
- Contact:
My apologies. I figured it out.
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.
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.