Tabular data is everywhere. I support reading and writing tabular data in various formats in all 3 software applications. It’s […]
Category: Excel
VBA – Option Comparison (Text || Binary || Database) – Useful code
Option Compare in VBA is the thing, which will save you ugly stuff like this: Sub Testing() Dim userInput […]