Sort Score
Result 10 results
Languages All
Labels All
Results 181 - 190 of 9,019 for

vba

(0.03 sec)
  1. VbaModule Class | Aspose.Words for .NET

    Unlock the power of Aspose.Words.Vba.VbaModule for seamless access to your Vba project modules. Enhance productivity and streamline your document automation!...VbaModule class Provides access to VBA project module. To learn more...more, visit the Working with VBA Macros documentation article. public...

    reference.aspose.com/words/net/aspose.words.vba...
  2. VbaProject.Name | Aspose.Words for .NET

    Discover how to easily manage your Vba project with the Name property. Learn to get and set project names for efficient coding!...Name property Gets or sets VBA project name. public string Name...Examples Shows how to create a VBA project using macros. Document...

    reference.aspose.com/words/net/aspose.words.vba...
  3. 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...Examples Shows how to create a VBA project using macros. Document...

    reference.aspose.com/words/net/aspose.words.vba...
  4. 管理包含宏的 Excel 工作簿的 VBA 代码|Documentation

    添加Vba模块并使用Aspose.Cells for Node.js via C++修改Vba或宏代码。...Excel 工作簿的 VBA 代码 Contents [ Hide ] 在 Node.js 中添加 VBA 模块 Aspose...C++添加新的VBA模块和宏代码。请使用 Workbook.add(Worksheet) 方法在工作簿中添加新的VBA模块。 以下示例代码创建一个新工作簿,添加一个...

    docs.aspose.com/cells/zh/nodejs-cpp/manage-vba-...
  5. VbaModuleCollection.remove method | Aspose.Word...

    VbaModuleCollection.remove method. Removes the specified module from the collection.... vba . VbaModule ): ... Parameter...Shows how to access a document’s VBA project information. doc = aw...

    reference.aspose.com/words/python-net/aspose.wo...
  6. Aspose::Words::Document::get_VbaProject method ...

    Aspose::Words::Document::get_VbaProject method. Gets or sets a VbaProject in C++....SharedPtr < Aspose :: Words :: Vba :: VbaProject > Aspose :: Words...Shows how to access a document’s VBA project information. auto doc...

    reference.aspose.com/words/cpp/aspose.words/doc...
  7. VbaModuleCollection.add method | Aspose.Words f...

    VbaModuleCollection.add method. Adds a module to the collection.... Vba . VbaModule ) Parameter Type...Examples Shows how to create a VBA project using macros. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  8. 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...get; } Returns the number of VBA modules in the collection. Item...

    reference.aspose.com/words/net/aspose.words.vba...
  9. VbaModule.name property | Aspose.Words for Node.js

    VbaModule.name property. Gets or sets Vba project module name....name property Gets or sets VBA project module name. get name...Examples Shows how to create a VBA project using macros. let doc...

    reference.aspose.com/words/nodejs-net/aspose.wo...
  10. 用C++管理Excel宏启用工作簿的VBA代码|Documentation

    在C++中添加Vba模块并修改Vba或宏,使用Aspose.Cells库。...用C++管理Excel宏启用工作簿的VBA代码 Contents [ Hide ] 在C++中添加VBA模块 Aspose.Cells允许通过Aspose...Cells允许通过Aspose.Cells添加新的VBA模块和宏代码。请使用 Workbook.VbaProject.Modules...

    docs.aspose.com/cells/zh/cpp/manage-vba-project/