Does anybody know of a tool that can read VBA projects, to actually get at the macro code as text, not just the entire project as a Blob.
I have a need to scan many on a server. Not using COM, but using something like POI or OpenPyXl or NPOI?
The file format is documented in
https://learn.microsoft.com/en-us/openspecs/office_file_formats/ms-ovba/575462ba-bf67-4190-9fac-c275523c75fc
But it is rather obtuse!