This VB6 application converts any executable file (ie. .exe or any type of file in fact) to VBA source code which can be included as a .bas module in an EXCEL file. Once inserted into the EXCEL file, ...
python-mcp-vba-conversion/ ├── src/ │ ├── mcp_server.py # FastMCP server implementation │ ├── converter.py # Main VBA to Python converter │ ├── vba_parser.py # VBA code parsing utilities │ ├── ...