Hi, I need to copy row from Sheet A to Sheet B,
there’s no syntax error, no exception. the Sheet B is successfuly created automaticaly but there’s nothing pasted,
I inputted Currentrow in Source box
and mainExcel.Sheet(“SheetB”).Range(“A1:Q1”)
I need to copy color and format in that row beside the value, so I think I can’t pass it using datatable(?)