Some users of pywin32 use it for sending VBA commands to Word and Excel. The problem is that pywin32 does not have permanent wrappers around VBA objects, instead makepy is used to generate the ...
// Create a new (empty) document. This avoids the need for an external file. Document doc = new Document(); // Verify that the document actually contains VBA macros. // Access the VBA project inside ...