Hi Forum, when I want to fill a row with the same data, I use this code: For i = 0 To Table1.ColCount-1 Table1.Cell (Table1.ColName(i),0) = "Something" Next ... but how can I fill a column ??? :confused: