Hi All,
Below is a part of my excel macro:
For i = 0 To 6
session.findById("wnd[1]/usr/tabsTAB_STRIP/tabpSIVA/ssubSCREEN_HEADER:SAPLALDB:3010/tblSAPLALDBSINGLE/ctxtRSCSEL_255-SLOW_I[1,i]").Text = Plant(i)
Next
I am using a variable " i " instead of [1,0]").Text , [1,1]").Text etc of the macro. But it is not working.
Can someone let me know what correction is