Skip to content

Latest commit

 

History

History
34 lines (15 loc) · 671 Bytes

bb5c50db-8ba3-f79a-4577-f293ebc52b50.md

File metadata and controls

34 lines (15 loc) · 671 Bytes

Application.DefaultSaveFormat Property (Excel)

Returns or sets the default format for saving files. For a list of valid constants, see the FileFormat property. Read/write Long .

Syntax

expression . DefaultSaveFormat

expression A variable that represents an Application object.

Example

This example sets the default format for saving files.

Application.DefaultSaveFormat = xlExcel4Workbook

See also

Concepts

Application Object

Other resources

Application Object Members