Syntax

expression.FillRight

expression A variable that represents a Range object.

Return Value
Variant

Example

This example fills the range A1:M1 on Sheet1, based on the contents of cell A1.

Visual Basic for Applications
Worksheets("Sheet1").Range("A1:M1").FillRight
extend data from active cell to right fill fill cells to right Fill right Fill Right Method FillRight fillright method

See also: