I'm looking how the content of a cell be shown in more than 1 line I tried This:
FlexGrid.TextMatrix(X,Y) = "string1" & Chr(13) & string2
FlexGrid.TextMatrix(X,Y) = "string1" & vbRet & string2
but you need to set the fg1.WordWrap property to true and make sure that the row height is resizable (or already big enough for 2 lines)
________________________________________________________________
If you want to get the best response to a question, please check out FAQ222-2244 first
'If we're supposed to work in Hex, why have we only got A fingers?'
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.