Application.FillAcross method (Project)
Fills the selected cells or columns with the values in the specified cell or column of the selection.
Syntax
expression. FillAcross
( _Right_
)
expression A variable that represents an Application object.
Parameters
Name | Required/Optional | Data type | Description |
---|---|---|---|
Right | Optional | Boolean | True if values in the leftmost cell or column of the selection are copied right to the other selected cells or columns. False if values in the rightmost cell or column are copied left to the other selected cells or columns. The default value is True. |
Return value
Boolean
Remarks
The FillAcross method is only available in timephased cells of usage views.
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.