Inlcude this piece of code after setting the row.
The Code looks something like this.
Let me know if you need any more information
Code:
If (Datatable.GetCurrentRow() Mod 8 ) = 0 Then
'"Now Click on the enter"
End IfThe Code looks something like this.
Code:
For RowCount = 1 to DataTable.GetRowCount()
DataTable.SetCurrentRow RowCount
If (DataTable.GetCurrentRow Mod 8 ) = 0 Then
msgbox "Now Click on the enter"
End If
Next
Thanks,
SUpputuri
SUpputuri

