Skip to content

Latest commit

 

History

History
38 lines (22 loc) · 844 Bytes

Excel.Application.DefaultSaveFormat.md

File metadata and controls

38 lines (22 loc) · 844 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DefaultSaveFormat property (Excel)
vbaxl10.chm133217
vbaxl10.chm133217
Excel.Application.DefaultSaveFormat
bb5c50db-8ba3-f79a-4577-f293ebc52b50
04/04/2019
medium

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

[!includeSupport and feedback]