Hi guys, I’m new to UIPath Studio (and VB.net) and was wondering if you guys can help me out with this issue that I have. I need to duplicate each row of an excel spreadsheet (except for the headers), and then adjust some information in the duplicated row. The duplicated row will be placed right beneath the original row.
Here is the input. I will upload the output example in the comments
If you are not amending the original rows, I would personally read the excel file into a data table, make your amendments in the datatable to the relevant fields and then use append range to add the new rows underneath.
I have created a macro for you. Please find attached the macro macro.txt (674 Bytes)
.
Please run the macro4 in that excel and confrim if that meets your requirement.