CELL FONT
When I do this:
The cell seems to have got the font.Code:With VBFlexGrid1 .Cell(FlexCellFontName, 1, 0) = "Marlett" .Cell(FlexCellText, 1, 0) = "a" Debug.Print "Font: ", .Cell(FlexCellFontName, 1, 0) End With
It should show a check mark.
Instead it shows "a".
What do I do wrong?




Reply With Quote