InsertColumnsRight Method Example

This example selects the second column in the first table and inserts a new column to the right of it.

ActiveDocument.Tables(1).Columns(2).Select
Selection.InsertColumnsRight