Throwback Thursday: July 3, 2025

Today's edition of Throwback Thursday is a deep dive into an underused tool in the VBA debugging toolkit: the Watch Window.

Throwback Thursday: July 3, 2025

With over a million words scattered across more than 1,500 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

Watch Expression
A deeper than necessary dive into the exact expression evaluation behavior of the basic “Watch Expression” in VBA.
Break When Value Is True
When debugging VBA, you can watch an expression and halt code execution as soon as it evaluates to True. Let’s explore exactly how that works.
Break When Value Changes
When debugging VBA, you can watch an expression and halt code execution whenever its value changes. Let’s explore exactly how that works.

Wisdom from Around the Web

Debugging VBA Code
Learn how to debug VBA code written by yourself or somebody else.

Philipp knows his stuff...

Learn VBA From a Master
Philipp Stiefel is on a very short list of people who I would pay to teach my employees how to write VBA.

Developer Humor

I miss Calvin and Hobbes...

sometimesItJustStays
by u/John_Carter_1150 in ProgrammerHumor

"This is why we call it 'troubleshooting'." -rosauv

Cover image generated by Ideogram

All original code samples by Mike Wolfe are licensed under CC BY 4.0