|
-
Jun 19th, 2012, 06:36 AM
#1
Thread Starter
Junior Member
how to bring required cell of msflexgrid within the viewable screen
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|