Cindy Ellis
MrExcel MVP
- Joined
- Jun 9, 2006
- Messages
- 1,802
When I'm going to do something rather large or complicated, I tend to create a simple outline (usually in Word), then copy that into VBA editor (commented out of course) once I can see some sort of logical path from beginning to end. Then, when I start to actually go to work on it, I fill in the code in between the lines of the outline. It acts as more of a road map than anything else so I don't lose my place or forget something, but also makes it possible for someone else to figure out at least what I intended to accomplish in a section of code.
In the past 12 years, I've only developed 6 or 7 projects that I knew going in would be that complicated, but since I'm the one maintaining them, it's really for my own benefit to capture at least a bit of what the code is supposed to do.
In the past 12 years, I've only developed 6 or 7 projects that I knew going in would be that complicated, but since I'm the one maintaining them, it's really for my own benefit to capture at least a bit of what the code is supposed to do.