Sort Score
Result 10 results
Languages All
Labels All
Results 611 - 620 of 11,791 for

vba

(0.2 sec)
  1. Some images resized during PDF conversion - Fre...

    Hello, Please take a look at the ‘B Face’ image. Not sure how it’s different from others, but it wasn’t converted correctly. We use default options for conversion, but let me know if we need to change that: using (var…... 8 Save document Use VBA macro to cancel all partitions...Open the VBA Editor Press Alt + F11 to open the VBA Editor. 3...

    forum.aspose.com/t/some-images-resized-during-p...
  2. VbaProject.Clone | Aspose.Words for .NET

    Effortlessly duplicate your VbaProject with the Clone method. Enhance your workflow and streamline project management today!...Examples Shows how to deep clone a VBA project and module. Document...doc = new Document ( MyDir + "VBA project.docm" ); Document destDoc...

    reference.aspose.com/words/net/aspose.words.vba...
  3. Document.removeMacros method | Aspose.Words for...

    Document.removeMacros method. Removes all macros (the Vba project) as well as toolbars and command customizations from the document....removeMacros() Removes all macros (the VBA project) as well as toolbars...); // Remove the document's VBA project, along with all its macros...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. VbaModule.clone method | Aspose.Words for Node.js

    VbaModule.clone method. Performs a copy of the [VbaModule](../)....Examples Shows how to deep clone a VBA project and module. let doc =... Document ( base . myDir + "VBA project.docm" ); let destDoc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. How to Prevent Users from Printing Excel File|D...

    Learn how to prevent users from printing Excel through the Aspose.Cells for .NET API....You can apply the following VBA code to prevent your specific...open the module and add some VBA code. Then save and close the...

    docs.aspose.com/cells/net/how-to-prevent-printi...
  6. Aspose.Cells 8.7.0中的公共API更改|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms.... 添加的 API 支持 VBA 项目数字签名、检测和提取 该Aspose.Cells for...NET版本已公开了一些新属性和方法,在任务如数字签名VBA项目、检测VBA项目是否已签名和有效方面为用户提供了帮助。此外,新...

    docs.aspose.com/cells/zh/net/public-api-changes...
  7. Aspose::Words::Document::RemoveMacros method | ...

    Aspose::Words::Document::RemoveMacros method. Removes all macros (the Vba project) as well as toolbars and command customizations from the document in C++....method Removes all macros (the VBA project) as well as toolbars...()); // Remove the document's VBA project, along with all its macros...

    reference.aspose.com/words/cpp/aspose.words/doc...
  8. Public API and Backwards Incompatible Changes i...

    Review public API updates and breaking changes in Aspose.Slides for Java to smoothly migrate your PowerPoint PPT, PPTX and ODP presentation solutions....developers to create and edit VBA projects in a presentation. Presentation...Presentation (); // Create new VBA Project pres . setVbaProject...

    docs.aspose.com/slides/java/public-api-and-back...
  9. VbaReferenceType | Aspose.Words for Java

    Allows to specify the type of a VbaReference object in Java....get/remove an element from the VBA reference collection. public...= new Document(getMyDir() + "VBA project.docm"); VbaReferenceCollecti...

    reference.aspose.com/words/java/com.aspose.word...
  10. Macro function calculation - Free Support Forum...

    We have a xlsm file with a macro function, we are calculating we are using some logic like this THIS IS THE SAMPLE LINK Workbook wb = new Workbook(filePath); wb.calculateFormula(); …...your formulas rely on custom VBA functions, make sure that macros...are correctly defined in the VBA editor. Formula Syntax : Check...

    forum.aspose.com/t/macro-function-calculation/3...