Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Latest commit

 

History

History
44 lines (24 loc) · 1.45 KB

charttitle-formulalocal-property-powerpoint.md

File metadata and controls

44 lines (24 loc) · 1.45 KB
title keywords f1_keywords ms.prod api_name ms.assetid ms.date
ChartTitle.FormulaLocal Property (PowerPoint)
vbapp10.chm694026
vbapp10.chm694026
powerpoint
PowerPoint.ChartTitle.FormulaLocal
8ae6b4f9-37cf-9ec4-f63b-273f547ecc9b
06/08/2017

ChartTitle.FormulaLocal Property (PowerPoint)

Returns or sets the formula for the object, using A1-style references in the language of the user. Read/write String.

Syntax

expression. FormulaLocal

expression A variable that represents a ChartTitle object.

Remarks

If the cell contains a constant, this property returns that constant. If the cell is empty, the property returns an empty string. If the cell contains a formula, the property returns the formula as a string, in the same format in which it would be displayed in the formula bar (including the equal sign).

If you set the value or formula of a cell to a date, Microsoft PowerPoint verifies whether that cell is already formatted with one of the date or time number formats. If not, the number format is changed to the default short date number format.

If the range is a one-dimensional or two-dimensional range, you can set the formula to a Visual Basic array of the same dimensions. Similarly, you can put the formula into a Visual Basic array.

Setting the formula of a multiple-cell range fills all cells in the range with the formula.

See also

Concepts

ChartTitle Object