Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.48 KB

Word.AxisTitle.FormulaR1C1.md

File metadata and controls

42 lines (24 loc) · 1.48 KB
title keywords f1_keywords api_name ms.assetid ms.date ms.localizationpriority
AxisTitle.FormulaR1C1 property (Word)
vbawd10.chm98238504
vbawd10.chm98238504
Word.AxisTitle.FormulaR1C1
14c8d64c-ed9b-615f-bd44-a3cc33c26c2f
06/08/2017
medium

AxisTitle.FormulaR1C1 property (Word)

Returns or sets the formula for the object, using R1C1-style notation in the language of the macro. Read/write String.

Syntax

expression.FormulaR1C1

expression A variable that represents an 'AxisTitle' object.

Remarks

If the cell contains a constant, this property returns the 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 Excel checks to see 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- 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

AxisTitle Object

[!includeSupport and feedback]