Syntax

expression.FillUp

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

Visual Basic for Applications
Worksheets("Sheet1").Range("A1:A10").FillUp
continue data from active cell up fill up Fill Up Method FillUp fillup method

See also: