The following code example adds user resizing functionality.
Note If you are using the MSFlexGrid, substitute "MSHFlexGrid1" with "MSFlexGrid1."
Sub Form1_Load () MSHFlexGrid1.AllowUserResizing =True End Sub