Window.SaveAs

This function saves the file associated with the window as the specified file path.

Syntax Parameters Description
Function Window.SaveAs( _
    Name As String, _
    Optional Overwrite As Variant = 0) As Boolean
Name [in]

Type: String

Overwrite [in, optional]

Type: Variant

Default value: 0

Boolean