Application.FillDown method (Project)

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

Syntax

expression.FillDown (Down)

expression A variable that represents an Application object.

Parameters

Name Required/Optional Data type Description
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.

Return value

Boolean

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.