Results 1 to 40 of 1650

Thread: VBFlexGrid Control (Replacement of the MSFlexGrid control)

Threaded View

  1. #9
    Fanatic Member
    Join Date
    Apr 2015
    Posts
    536

    Re: VBFlexGrid Control (Replacement of the MSFlexGrid control)

    CELL FONT

    When I do this:

    Code:
    With VBFlexGrid1
    .Cell(FlexCellFontName, 1, 0) = "Marlett"
    .Cell(FlexCellText, 1, 0) = "a"
    Debug.Print "Font: ", .Cell(FlexCellFontName, 1, 0)
    End With
    The cell seems to have got the font.

    It should show a check mark.
    Instead it shows "a".

    What do I do wrong?
    Last edited by Karl77; Dec 4th, 2017 at 06:28 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width