Throwback Thursday: January 23, 2025
We dive into the difference between IIf() and IIf()--that's not a typo--in today's edition of Throwback Thursday.
With over a million words scattered across more than 1,300 articles on this blog, you've probably missed a few things here.
That’s why each week in "Throwback Thursday," we’ll revisit some standout posts. Expect a blend of my personal favorites, insightful articles from other great minds, and a touch of coding humor to keep things light.
Highlights from NoLongerSet.com
Wisdom from Around the Web
I first learned about the difference in behavior between Jet's IIf()
and VBA's IIf()
from the venerable Allen Browne in his article above. Here's the key excerpt:
(Note: JET's IIf() is much more efficient than the similarly named function in VBA. The VBA one wastes time calculating both the True and False parts, and generates errors if either part does not work out (even if that part is not needed.) The JET IIf() does not have these problems.)
Developer Humor
DIY
Cover image generated by Ideogram