Remarks

Each ListColumn object represents a column in the table.

Note
A name for the column is automatically generated. You can change the name after the column has been added.

Example

Use the property of the object to return the collection. The following example adds a new column to the default ListObject object in the first worksheet of the workbook. Because no position is specified, a new rightmost column is added.

Visual Basic for Applications
Set myNewColumn = Worksheets(1).ListObject(1).ListColumns.Add
list column listcolumns listcolumns collection

See also: