SheetForge
51 Excel actions you configure, not code.
- VBA
- Excel
- Windows
- 51 actions across 10 packages cover importing, cleanup, validation, formatting, summarizing, backup, export, and workbook tasks.
- Choose and configure actions on the Setup tab; SheetForge builds the workbook buttons.
- Download one .bas file from Releases and import it into your own workbook.
- Complete Macro Setup removes the setup, menu, and library scaffolding when you are done.
- Docs cover first-time setup, a PDF, architecture, ADRs, and the macro catalog's deliberate omissions.
SheetForge is an MIT-licensed VBA toolkit for desktop Excel on Windows. It ships
51 actions across 10 packages for importing, cleanup, validation, formatting,
summarizing, backup, export, and workbook tasks. There is no installer or add-in.
Download one .bas file from GitHub Releases and import it into your own
workbook.
Choose and configure everything on the workbook’s Setup tab. SheetForge builds the buttons from those choices, so day-to-day use does not require editing VBA. When the workbook is ready, the Complete Macro Setup button removes the setup, menu, and library scaffolding and leaves a workbook that just runs.
The docs include a setup guide for someone who has never opened the VBA editor, plus a PDF, architecture documentation and ADRs, and a macro catalog that records what was deliberately not built.