Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 913 Bytes

Excel.Application.FileValidation.md

File metadata and controls

38 lines (21 loc) · 913 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.FileValidation property (Excel)
vbaxl10.chm133335
vbaxl10.chm133335
Excel.Application.FileValidation
6ec989d0-2ed8-b4d9-997c-4f91507e6fca
04/04/2019
medium

Application.FileValidation property (Excel)

Returns or sets how Excel will validate files before opening them. Read/write.

Syntax

expression.FileValidation

expression A variable that represents an Application object.

Return value

MsoFileValidationMode

Remarks

Files that don't pass validation will be opened in a Protected View window. If you set the FileValidation property, that setting will remain in effect for the entire session that the application is open.

[!includeSupport and feedback]