MrKowz
Well-known Member
- Joined
- Jun 30, 2008
- Messages
- 6,653
- Office Version
- 365
- 2016
- Platform
- Windows
We haven't had a random discussion thread in a bit, so here goes!
Do you jot down anything or have any particular procedures you follow when programming something out of the norm? Sure, a lot of us can throw out macros that have a loop and some basic logic off the top of our head, but what about when you have a really complex task?
I find myself sometimes drawing a small flowchart for the loops that have many different paths. Or sometimes, if I'm trying to write a formula that I know is going to be big/complex, I'll write out in words what I am trying to do (putting space between each line) and then try to translate it into crude Excel language. But for the most part, I just start writing code, and read/re-read/correct it as I go.
Do you jot down anything or have any particular procedures you follow when programming something out of the norm? Sure, a lot of us can throw out macros that have a loop and some basic logic off the top of our head, but what about when you have a really complex task?
I find myself sometimes drawing a small flowchart for the loops that have many different paths. Or sometimes, if I'm trying to write a formula that I know is going to be big/complex, I'll write out in words what I am trying to do (putting space between each line) and then try to translate it into crude Excel language. But for the most part, I just start writing code, and read/re-read/correct it as I go.