I have got a flexgrid on a frame, on a form, the flex grid has about 90 rows of data on it, In my Vb code I do a search and match with the Data in col(0) for the number of rows in my flexgrid, if the data matches I then change the colour of the cells along the row, and set a pointer to which row has been matched, THE PROBLEM:- The flex grid only displays about 10 rows of data, if I am viewing rows 1 to 10 and I have matched and changed the colour of row(90), how do I automatically show row(90) or scroll to row(90)?