Writing Readable Code for VBA – Try* pattern
Writing Readable Code for VBA - Try* pattern Lately, I've been finding myself using the Try pattern more and more. I really like this pattern because it makes for much more readable code. This is especially important when programming in a mature programming language like VBA where the error h [...]