EDIT CODING BEHIND EVENT WITHIN A PROGRAM

R

ras

within in a vba program I am able to open a form object.

? oform.onopen = "[event procedure]"

My question is how do i find the actual text in the event procedure. Any
suggestions would be greatly appreciated.

I would like to then be able to edit the procedure within a program.
 
O

OldPro

within in a vba program I am able to open a form object.

? oform.onopen = "[event procedure]"

My question is how do i find the actual text in the event procedure. Any
suggestions would be greatly appreciated.

I would like to then be able to edit the procedure within a program.

Look up Find and ReplaceLine in help. It works for modules... I'm not
sure about forms.
 
Top