Export Method (VBA Add-In Object Model)

Microsoft VBA

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.