DefaultSaveFormat Property [Excel 2003 VBA Language Reference]

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

Example

This example sets the default format for saving files.

Application.DefaultSaveFormat = xlExcel4Workbook

Applies to | Application Object