As time goes on I am becoming more of a fan of modular programming. Lately I have been breaking out a lot of small code snippets into their own subs or UDFs. It's a great way to practice creating useful subs that can do different operations by passing arguments to them. The best part is that the whole sub can be cut and pasted (or if placed in a separate module, exported and imported) into different projects, to be used immediately.
Continue Reading: A short exercise in modular programming »
Follow Me