How can I align the headers of the MSHFLEXGRID, I´m using this but is not working, any ideas??
With Me.grd_AD
.FormatString = "*|^PART|^TOTAL|^ENERO|^FEBRERO"
.AllowUserResizing = flexResizeColumns
.ColWidth(0) = 200: '*
.ColWidth(1) =...
when enter is pressed it will move to the next column until it reaches the last one which is 4, in that case, it will move to the next row.
Case 13
.Col = .Col + 1
If .Col = 4 Then
.Row = .Row + 1
.Col = 0...
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.