method Columns.Remove (Index as Variant)
Removes a specific member from the Columns collection.

TypeDescription
Index as Variant A long expression that indicates the column's index, or a string expression that indicates the column's caption or the column's key. 
The Remove method removes a specific column in the Columns collection. Use Clear method to remove all Column objects. You can use ToString / Count to update the columns collection as well.