i have populated msflexgride with perticular data, now on command buttun evend I want to search text from the gride. Coding duly seached but if the required text is below the screen then it does not scroll automatically so that searched item can be viewed. I have following code which search and color the text but does not scroll automatically to come the text in viewable area. Please advise any help.

If Gridbooking.Text = TextToSearch Then
Gridbooking.CellBackColor = vbYellow
ifornextitem = i
Exit Sub

End If