Printable View
Using the MSHFlexGrid - How do I make row headings Bold?
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