title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
Application.DefaultSaveFormat property (Excel) |
vbaxl10.chm133217 |
|
|
bb5c50db-8ba3-f79a-4577-f293ebc52b50 |
04/04/2019 |
medium |
Returns or sets the default format for saving files. For a list of valid constants, see the FileFormat property. Read/write Long.
expression.DefaultSaveFormat
expression A variable that represents an Application object.
This example sets the default format for saving files.
Application.DefaultSaveFormat = xlExcel4Workbook
[!includeSupport and feedback]