Hello,
I am passing data between Excel and SAP.
I have this:
OperationPrint = session.findById("wnd[1]/usr/tblSAPLCOIHTCTRL_5000/txtRIPRT1-VORNR[1,0]").Text
which works fine. However I need to loop the row number (LineNumber). This is the code I created:
OPLineText = Chr(34) &...