Sort Score
Result 10 results
Languages All
Labels All
Results 101 - 110 of 3,802 for

vba macros

(0.23 sec)
  1. VbaProject constructor | Aspose.Words for Python

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

    reference.aspose.com/words/python-net/aspose.wo...
  2. VbaModuleCollection class | Aspose.Words for No...

    Aspose.Words.Vba.VbaModuleCollection class. Represents a collection of [VbaModule](../Vbamodule/) objects...more, visit the Working with VBA Macros documentation article. Properties...count Returns the number of VBA modules in the collection. this[]...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  3. VbaProject.name property | Aspose.Words for Python

    VbaProject.name property. Gets or sets Vba project name....name property Gets or sets VBA project name. @property def name...Shows how to access a document’s VBA project information. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  4. 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...project using macros. let doc = new aw . Document (); // Create...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  5. VbaModuleCollection.Add | Aspose.Words for .NET

    Effortlessly enhance your Vba projects with the VbaModuleCollection Add method, allowing seamless addition of modules for improved functionality....Shows how to create a VBA project using macros. Document doc = new...Document (); // Create a new VBA project. VbaProject project =...

    reference.aspose.com/words/net/aspose.words.vba...
  6. VbaModule | Aspose.Words for .NET

    Effortlessly create empty Vba modules with our VbaModule constructor. Streamline your coding process and enhance your development workflow today!...Shows how to create a VBA project using macros. Document doc = new...Document (); // Create a new VBA project. VbaProject project =...

    reference.aspose.com/words/net/aspose.words.vba...
  7. VbaModuleCollection Class | Aspose.Words for .NET

    Discover the Aspose.Words.Vba.VbaModuleCollection class, your essential tool for managing VbaModule objects efficiently in document automation....more, visit the Working with VBA Macros documentation article. public...get; } Returns the number of VBA modules in the collection. Item...

    reference.aspose.com/words/net/aspose.words.vba...
  8. VbaModule.source_code property | Aspose.Words f...

    VbaModule.source_code property. Gets or sets Vba project module source code....source_code property Gets or sets VBA project module source code. @property...Shows how to access a document’s VBA project information. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  9. FileFormatInfo.HasMacros | Aspose.Words for .NET

    Discover if your document includes Vba Macros with the FileFormatInfo HasMacros property. Ensure document security and functionality today!...this document contains a VBA macros. public bool HasMacros {...Examples Shows how to check VBA macro presence without loading document...

    reference.aspose.com/words/net/aspose.words/fil...
  10. VbaModule.Name | Aspose.Words for .NET

    Discover how to use the VbaModule Name property to easily manage your Vba project module names for enhanced organization and efficiency....Name property Gets or sets VBA project module name. public string...Shows how to create a VBA project using macros. Document doc = new...

    reference.aspose.com/words/net/aspose.words.vba...