Skip to content

Latest commit

 

History

History
43 lines (25 loc) · 881 Bytes

Excel.Window.DisplayFormulas.md

File metadata and controls

43 lines (25 loc) · 881 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Window.DisplayFormulas property (Excel)
vbaxl10.chm356082
vbaxl10.chm356082
Excel.Window.DisplayFormulas
04e75e40-4eb9-93f9-73b2-4024a1c1151d
05/21/2019
medium

Window.DisplayFormulas property (Excel)

True if the window is displaying formulas; False if the window is displaying values. Read/write Boolean.

Syntax

expression.DisplayFormulas

expression A variable that represents a Window object.

Remarks

This property applies only to worksheets and macro sheets.

Example

This example changes the active window in Book1.xls to display formulas.

Workbooks("BOOK1.XLS").Worksheets("Sheet1").Activate 
ActiveWindow.DisplayFormulas = True 

[!includeSupport and feedback]