VBA Tutorials
VBA programming basics, syntax, and migrating to Python and SQL.
Articles4
VBA Getting Started: Setup and Your First MacroEnable Developer tools, open the VBE, and write your first macro.Published 2026-08-25VBA Syntax Basics: Variables, Loops, ConditionalsDim declarations, If branches, and For / For Each loops.Published 2026-08-25Migrating VBA to Python: Hands-onVBA-to-Python syntax mapping and what can't be auto-converted.Published 2026-08-25VBA to SQL: Report AutomationRewrite row-by-row loops as set operations — the core mental shift.Published 2026-08-25