Application.ColumnInsert Method (Project)

Inserts a column to the left of the active column, and then displays the Field Settings dialog box.

Syntax

expression .ColumnInsert

expression A variable that represents an Application object.

Return Value

Boolean

Remarks

By comparison, the AddNewColumn method can specify the column location and allows the user to type the field name directly in the new column header, rather than showing the Field Settings dialog box.