Coding method? (1 Viewer)

Pat Hartman

Super Moderator
Staff member
Local time
Today, 06:56
Joined
Feb 19, 2002
Messages
42,981
I tend to create loops (VBA or DAO) from the outside in so I write the end and cleanup right after the start and fill in the middle later but nested If's are linear. I try to simplify complex If's by using subroutines so you can "see" the structure of the If without the noise of the details. This is probably an old COBOL habit since COBOL code procedures tended to be longer than those I write in VBA.
 

Users who are viewing this thread

Top Bottom