In this submission, below tasks are presented : i)Set up the worksheet when the application is launched for the first time - The main method already calls a method “SetUp”; therefore, you simply have ...
// 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 ...