hi,
here is the code:
VB Code:
Dim i As Integer For i = 0 To fgMOB.Rows - 1 If LCase(Text1.Text) = LCase(fgMOB.TextMatrix(i, 1)) Then With fgMOB .Col = 0 .RowSel = i .ColSel = '<number of columns in the Grid> .TopRow=i End With End If Next i
|
Results 1 to 3 of 3
Hybrid View
|
Click Here to Expand Forum to Full Width |