J
Joy M
Hi -
Just wondering if there are any tips for organizing VBA procedures.
I divided the code behind the form into 15 sections, and assigned each
section a number.
At the beginning of the code, I have a little menu in the comments.
I can highlight the number of the section I want to go to and use CTRL+F to
get there.
I have sections for form events, control events, command buttons and action
queries.
Are their any other tips for managing code that goes on 'forever' behind a
form?
Thanks!
Joy
Just wondering if there are any tips for organizing VBA procedures.
I divided the code behind the form into 15 sections, and assigned each
section a number.
At the beginning of the code, I have a little menu in the comments.
I can highlight the number of the section I want to go to and use CTRL+F to
get there.
I have sections for form events, control events, command buttons and action
queries.
Are their any other tips for managing code that goes on 'forever' behind a
form?
Thanks!
Joy