Range.Cells Property
Word Developer Reference |
Returns a Cells collection that represents the table cells in a range. Read-only.
Syntax
expression.Cells
expression A variable that represents a Range object.
Remarks
For information about returning a single member of a collection, see Returning an Object from a Collection.
Example
This example creates a 3x3 table and assigns a sequential cell number to each cell in the table.
Visual Basic for Applications |
---|
|
See Also