Dim I as integer
Dim iCnt As Integer
With MSFlexGrid1
For I = 0 To .Rows - 1
.Row = I
.col = 0
.ColSel = .Cols - 1
iCnt = iCnt + 1
If iCnt Mod 2 > 0 Then
.CellBackColor = &HC0C0C0
Else
.CellBackColor = vbWHITE
End If
Next I
End With [/b][/i][/u]*******************************************************
General remarks:
If this post contains any suggestions for the use or distribution of code, components or files of any sort, it is still your responsibility to assure that you have the proper license and distribution rights to do so!