Hi there, I have this loop that extracts users Applicant Number and Payment Number. I then store that in a DataTable (dt_Extracted) with 2 columns, Applicant No. and Payment No. I then want to write the extracted data into 2 existing columns in an excel file, how can I do that? I have been having trouble doing so and would appreciate the help thanks!
Use write range activity using your dt_Extracted as the source datatable. Define the range as the ranbge of cells belonging to your existing excel columns. Make sure to unmark, “headers” as you already have header/column names in your existing excel