Syntax

expression.FillDown

expression A variable that represents a Range object.

Return Value
Variant

Example

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

Visual Basic for Applications
Worksheets("Sheet1").Range("A1:A10").FillDown
Automatically fill the rows below the top row of a table. Copy the top cell in a column to several rows below. Fill column below active cell with its format. fill down Fill Down Method filldown filldown method

See also: