Has a data value in this column been altered ? ColTouchSetAll is used to reset the 'Touched' value. ColTouched is only useful when editing a single row at a time, as it doesn't store values for specific rows.
The column index
Debug.Print lst.ColTouched(4) -> True lst.ColTouched(4) = False