Hi everyone, Excuse me for this so simple question, but i tried a lot of solution without success. I have one columnview with 150 rows with different String keys as "fg","fte", etc... A) How could i list these keys in console. Dim a As Integer For a = 0 To (ColumnView1.Count - 1) Print "Mykey is: & " What code here ??????????" Next Thx