FillDown Method

Fills the selected cells or rows with the values in the specified cell or row of the selection.

Syntax

expression**.FillDown(Down)**

*expression   *     Optional. An expression that returns an Application object.

Down    Optional Boolean. True if values in the top cell or row of the selection are copied down to the other selected cells or rows. False if values in the bottom cell or row of the selection are copied up to the other selected cells or rows. The default value is True.

Applies to | Application Object

See Also | FillAcross Method