Sort Score
Result 10 results
Languages All
Labels All
Results 281 - 290 of 11,792 for

vba

(0.13 sec)
  1. 在工作簿中的VBA项目添加库引用,使用JavaScript通过C++|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....在工作簿中的VBA项目添加库引用,使用JavaScript通过C++ Contents [ Hide ] 有时,您需要通...有时,您需要通过代码添加或注册VBA项目的库引用。您可以使用Aspose.Cells VbaProjectReferenceC.add...

    docs.aspose.com/cells/zh/javascript-cpp/add-a-l...
  2. VbaModule.type property | Aspose.Words for Node.js

    VbaModule.type property. Specifies whether the module is a procedural module, document module, class module, or designer module.... Vba . VbaModuleType Examples Shows how to create a VBA project...Create a new VBA project. let project = new aw . Vba . VbaProject...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. VbaReferenceType enumeration | Aspose.Words for...

    Aspose.Words.Vba.VbaReferenceType enumeration. Allows to specify the type of a [VbaReference](../Vbareference/) object....Project Specified an external VBA project reference type. Original...get/remove an element from the VBA reference collection. test (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  4. 用JavaScript通过C++检查VBA项目是否受保护并锁定以供查看|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++检查Excel文件中的Vba项目是否受保护并锁定以供查看。...用JavaScript通过C++检查VBA项目是否受保护并锁定以供查看 Contents [ Hide ] 用JavaS...用JavaScript通过C++检查VBA项目是否已保护并锁定以供查看 Aspose.Cells允许你检测Excel文件的VBA(Visual...

    docs.aspose.com/cells/zh/javascript-cpp/check-i...
  5. VbaProject.references property | Aspose.Words f...

    VbaProject.references property. Gets a collection of Vba project references....property Gets a collection of VBA project references. get references...references () : Aspose . Words . Vba . VbaReferenceCollecti Examples...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  6. VbaReferenceCollection.count property | Aspose....

    VbaReferenceCollection.count property. Returns the number of Vba references in the collection....property Returns the number of VBA references in the collection...get/remove an element from the VBA reference collection. test (...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  7. Remove Excel Macros using Java

    This short guide explains how to remove Excel macros using Java. It explains various methods to delete Excel macros with different criteria including name, index, worksheet reference, or even remove entire Vba Project....particular module or delete VBA project in Excel using Java ...Aspose.Cells for Java to remove VBA modules Load the license to access...

    kb.aspose.com/cells/java/remove-excel-macros-us...
  8. Document.VbaProject | Aspose.Words for .NET

    Discover how to manage VbaProject properties effectively. Learn to get or set VbaProject for enhanced automation and streamlined workflows....Shows how to access a document’s VBA project information. Document...Document ( MyDir + "VBA project.docm" ); // A VBA project contains...

    reference.aspose.com/words/net/aspose.words/doc...
  9. VbaProject constructor | Aspose.Words for Python

    VbaProject constructor. Creates a blank [VbaProject](../)....Examples Shows how to create a VBA project using macros. doc = aw...# Create a new VBA project. project = aw . vba . VbaProject ()...

    reference.aspose.com/words/python-net/aspose.wo...
  10. VbaModuleType | Aspose.Words for Java

    Specifies the type of a model in a Vba project in Java....model in a VBA project. Examples: Shows how to create a VBA project...Document(); // Create a new VBA project. VbaProject project =...

    reference.aspose.com/words/java/com.aspose.word...