'To select a column, use the Select method with the appropriate Column object. Sub sel() Documents("yourDoc.doc").Tables(3).Columns(2).Select End Sub