Cells.Add method (Word)

Returns a Cell object that represents a cell added to a table.

Syntax

expression.Add (BeforeCell)

expression Required. A variable that represents a 'Cells' collection.

Parameters

Name Required/Optional Data type Description
BeforeCell Optional Variant A Cell object that represents the cell that will appear immediately to the right of the new cell or cells.

Return value

Cell

See also

Cells Collection Object

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.