Hi I tried it for a couple of days but cannot find a solution to create a full working MSFlexGrid6-control. Here is the code: #include <GUIConstants.au3> $hMainGUI = GUICreate('COM Test') $oGrid = ObjCreate('MSFlexGridLib.MSFlexGrid') $nGridCtrl = GUICtrlCreateObj($oGrid, 0, 25, 200, 200) ; Only for XP SP2 ControlMove($hMainGUI, '', 'MSFlexGridWndClass1', 0, 25, 200, 200) GUISetState() With $oGrid .AllowBigSelection = 1 .AllowUserResizing = 1 .Cols = 3 .Rows = 3 .FixedC