Tutorials
Tutorials are complete, start-to-finish journeys. Each one names the state it changes, the expected result, and the next recovery step.
- First xlflow project — create a small workbook and run a macro.
- Import an existing workbook — the recommended adoption path for an
.xlsmalready in use. - Develop VBA in VS Code — use the extension, LSP, CodeLens, and Testing UI.
- Develop with an AI agent — implement, test, run, inspect, and visually verify a change.
- Test-driven VBA development — turn a failing VBA test into a verified workbook behavior.
- Work from WSL — keep the coding environment in WSL while Excel stays on Windows.