EDIT CODING BEHIND EVENT WITHIN A PROGRAM

  • Thread starter Thread starter ras
  • Start date Start date
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.
 
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.
 
Back
Top