VBA – Option Comparison (Text || Binary || Database) – Useful code By hfzo78Posted on June 9, 2022 Option Compare in VBA is the thing, which will save you ugly stuff like this: Sub Testing() Dim userInput […]