Hey! I have a problem. I need to extract each table from each email bodies and write that table to different excel files. I will have the same format emails but the number of the rows could be different. Like num 1 and num 2 photo
For Each Outlook (Apply the some filter Condition if needed) → Use HTML Content create
2.Now you may got the code of Total Body Content then Keep “Date” as Start Label and “RMK” as End Label (Hint: Use the Index Logic to find position of those label)
3.Now Write those Range value from start Label to End Label into Excel.