Hello
How to copy data from specific cell to another in different sheet Excel
Thanks
Hello
How to copy data from specific cell to another in different sheet Excel
Thanks
Hi @mironb
Excel Application Scope
WorkbookPath: [Path to Excel file]
Read Cell
SheetName: “Sheet1”
Cell: “A1”
Output: cellValue
Write Cell
SheetName: “Sheet2”
Cell: “B2”
Value: cellValue
End Excel Application Scope
Hope it helps!!
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.