Hello All,

I have an MSFlexGrid with several rows. What I cannot seem to get is for the first row, Row 0, to be bold and the other rows to be normal. I either get all or nothing bolded. Code tried:-

MSFlexGrid1.row = 0
MSFlexGrid1.Font.Bold = True

MSFlexGrid1.row = 1
MSFlexGrid1.Font.Bold = False

etc.

Tarablue