Sets the name of the file for the export.

Type Info:

Filename As String
Example:
Dim Wiz As New ExportWizard

' initialize wizard
[...]

Wiz.Filename = "C:\ExportFile.xls"
Remarks: Write-only property.
See also:

Class ExportWizard

Last Updated: 07/26/05