Ok and now one other thing. If i go through a loop like i said to set each indivual column in the row to a check box like this...
For i = 1 To 32
grdNBSSP(0, i).CellType = "CheckBox"
Next
Then what happens is i get checkboxes in all the colums in row0 but it gets rid of the seperator between each cell so it looks like its one big cell with checkboxes in them. If I do this in the NON COLUMN header rows it works fine and displays each cell with a break then the next cell in that row and so on. I can attach a sample to show u this.
column header_8716.zip
Thanks again
Phil