Currently i have done for single email extraction out and output to excel
however now what if i have multiple email that i want to extract out ? how can i do it
I have by saving to mht then using start process to read the save mht then extract the datatable out however now if there multiple there no way it can work ?
Actually lastrow variable is not needed as at last I have used Append Range Workbook it will append the row one by one below. with only single header at first row.
Yes @xxGoRpa. It will write from the second row. As I have given the Write Range to write the Headers the modified code. It will write Headers at run time and append the extracted data from email. So you can just delete the excel and run the workflow your excel will be created at run time with headers and data.