Excel Exporter

Excel Exporter

Leader posted Originally published at www.linkedin.com 1 min read

Excel / VBA folks – quick share

I’ve released a small Windows tool I built out of real-world frustration:

Excel Exporter.

It does one thing well:

exports Excel code objects (modules, classes, forms) from Excel files into clean files on disk.

https://lnkd.in/dkyAfqsj

It comes as Free and Pro Edition

About the Free Edition

The Free Edition is fully functional for single Excel files:

Works with all common Excel formats (.xls, .xlsx, .xlsm, .xlsb, .xla, .xlam, etc.)

Exports clean .bas, .cls, .frm files

Organizes everything into a folder named after the workbook

Optional ZIP export

If you work with one Excel file at a time, the free version is honestly enough.

What the PRO adds (and why it exists)

The PRO edition doesn’t unlock “power” — it unlocks convenience:

Batch export from folders (lots of Excel files at once)

Command-line (CLI) support for automation

This is useful if you:

Maintain many Excel/VBA files

Need to audit legacy systems

Want to integrate exports into scripts or CI jobs

Example CLI usage (PRO):

ExcelExporter.exe -file "c:\Projects\MyExcel.xlsm" -modules -classes -forms

If you’re interested in the PRO version:

Email me at Emails are not allowed (P.S. Pro edition $5)

Payments via PayPal or Wise.

I’ll send you the PRO build and (optionally) add you to the private GitHub repo.

If not — the Free Edition is open-source and works perfectly for single files.

Sharing in case it helps someone dealing with VBA-heavy Excel systems (we all know how painful those can be).

1 Comment

0 votes
0

More Posts

[Review] 20250620: The Plan to Supersede Excel

Methodox - Jun 20, 2025

Tool to accelerate your Access-to-SQL migration projects (Access - Excel Exporter)

tsgiannis - Jan 12

How to Create a Date Table in Power Query

Mubar Dauda - Apr 18, 2025

Carter in a CQRS API, advantages and alternatives.

Spyros - Jan 7

How I Built a CQRS Approval Flow with MediatR, Carter, FluentValidation, and SQLite

Spyros - Dec 30, 2025
chevron_left