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) = 800: 'partida
.ColWidth(2) = 1200: 'total
.ColWidth(3) = 1000: 'enero
.ColWidth(4) = 1100: 'febrero
With Me.grd_AD
.FormatString = "*|^PART|^TOTAL|^ENERO|^FEBRERO"
.AllowUserResizing = flexResizeColumns
.ColWidth(0) = 200: '*
.ColWidth(1) = 800: 'partida
.ColWidth(2) = 1200: 'total
.ColWidth(3) = 1000: 'enero
.ColWidth(4) = 1100: 'febrero