How to Check If a Collection Contains an Object

How do you determine whether an object is a member of a Collection? Folks with experience in other programming languages would probably assume that this functionality is built into VBA… And unfortunately, those folks would be wrong. If you need a BULLETPROOF way to see if your Collection contains something (like a String, a Range, … Continue reading How to Check If a Collection Contains an Object