Вы находитесь на странице: 1из 1

The 15 Golden Rules of Coding

1. Work on a backup (there is NO undo)


2. Think through the process
3. Test, test and test again
4. Keep a “Macro Book”
5. Be EXPLICIT…VBA can’t guess
6. Code simply, and in small chunks
7. Rem EXTENSIVELY
8. Re-use your code
9. Code iteratively
10. Shorter code runs FASTER, but…
11. …Ugly code still works
12. Use Excels built in “Translator”
13. Is there a FUNCTION for that?
14. There’s ALWAYS more than one way
15. Have FUN!!!

Вам также может понравиться