Column.Next Property
Word Developer Reference |
Returns the next column in a collection of table columns. Read-only.
Syntax
expression.Next
expression A variable that represents a Column object.
Example
If the selection is in a table, this example selects the contents of the next table column.
Visual Basic for Applications |
---|
|
See Also