Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 709 Bytes

Excel.Application.DisplayFormulaBar.md

File metadata and controls

37 lines (22 loc) · 709 Bytes
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
Application.DisplayFormulaBar property (Excel)
vbaxl10.chm133120
vbaxl10.chm133120
Excel.Application.DisplayFormulaBar
a54a313f-b416-5e5f-74d2-7435630b418e
04/04/2019
medium

Application.DisplayFormulaBar property (Excel)

True if the formula bar is displayed. Read/write Boolean.

Syntax

expression.DisplayFormulaBar

expression A variable that represents an Application object.

Example

This example hides the formula bar.

Application.DisplayFormulaBar = False

[!includeSupport and feedback]