Throwback Thursday: June 5, 2025

In today's edition of Throwback Thursday, we explore two common data structures used to store multiple objects in VBA: Collections and Dictionaries.

Throwback Thursday: June 5, 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

VBA Collections: AKA, Linked Lists
Everything I still remember about the Data Structures course I took 20 years ago as it applies to Collections in VBA.
VBA Dictionaries: AKA, Hash Tables
This is not an article about Amsterdam flea markets. Hash tables are the data structures upon which Dictionaries are built.

Developer Humor

debuggingNightmare
by u/Onoulade in ProgrammerHumor

Cover image generated by Ideogram

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