In the help for Tables, RemoveCol : Removes a column from a Table. Syntax: Remove (Column Name) Example: Table1.Remove ("Col1") should be : Table1.RemoveCol ("Col1") :)