Syntax

expression.FillLeft

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 M1.

Visual Basic for Applications
Worksheets("Sheet1").Range("A1:M1").FillLeft
fill fill cells left of active cell fill cells left of current cell fill left fill left method FillLeft fillleft method

See also: