Using the MSHFlexGrid - How do I make row headings Bold?
Mel
VB Code: With MSHFlexGrid1 .Row = 0 .Col = 1 .CellFontBold = True .TextMatrix(0, 1) = "Header" End With
With MSHFlexGrid1 .Row = 0 .Col = 1 .CellFontBold = True .TextMatrix(0, 1) = "Header" End With
>!v!< Free your mind, stop thinking http://inspirone.blogspot.com Please rate this post if it helped you
Forum Rules