i want to make a loop that copy from excel files to SAP.
The details as follow :
Copy every 5 rows to SAP
*First step i want to copy from range B2:B6 and then paste it to SAP,
*second step i wanto to copy from range B7:B11 to SAP
*third step copy from range B12:B16 to SAP
Read Range (Excel) → For Each Row (DataTable)
Copy to Clipboard (B2:B6)
Open Application (SAP)
Type Into (SAP)
SAP Automation Activities
Close Application (SAP)