Forum Discussion
Ravik
10 years agoSuper Contributor
This may help you, try like this
ObjName.Grid.Rows.Item(0).Cells.Item(1).Click
ObjName.Grid.Keys (your data)
OR
| Rows.Item(i).cells.Item(7).set_Value("UrData") |
- ASI_Tester10 years agoNew Contributor
Hi,
Thank you for your reply.
I tried that what you suggested, but in this case, it is recognizing the word "Run" as name not found.
Please find the attached screenshot of the error.
Thank you.