Export method (VBA Add-In Object Model)
Saves a component as a separate file or files.
Syntax
object.Export (filename)
The Export syntax has these parts:
Part | Description |
---|---|
object | Required. An object expression that evaluates to an object in the Applies To list. |
filename | Required. A String specifying the name of the file that you want to export the component to. |
Remarks
When you use the Export method to save a component as a separate file or files, use a file name that doesn't already exist; otherwise, an error occurs.
See also
- Collections (Visual Basic Add-In Model)
- Visual Basic Add-in Model reference
- Visual Basic language reference
Support and feedback
Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.