This repository contains a collection of VBA class modules designed to enhance Excel automation, streamline data processing, and improve code efficiency. Class Modules Overview FileMgr: Provides ...
// Load the document that contains a VBA project. Document doc = new Document("Input.docm"); // If the document has a VBA project, process its modules.