Page 1 of 1

Getting Chart events to run in Access VBA?

Posted: Thu Mar 31, 2005 9:35 pm
by 9526113
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.

My apologies. I figured it out.

Posted: Thu Mar 31, 2005 9:41 pm
by 9526113
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.