Get the column binding associated with the column index (if column metaData is being used) Used to store the related database column name when the ColName property has come from a different source, eg. reading from one table, writing to another.
The column index
Debug.Print lst.ColBinding(4) -> CategoryName lst.ColBinding(4) = "NewDbColName"