I’ve tried several ways, extracting this table is quite complex as it looks like it’s divided into several blocks of tables, and I still couldn’t think of a way to insert the data into the corresponding cells
Then writing to excel is something that you can do I believe in same loop…to identify the row try using look up or find/replace activity to find the month name…Datetime.MonthName(3) will give you March or Marco as you need month can be obtained from the date value retrieved and also year can be obtained form date and can be used as the column name dt.Rows(monthnumber-1)(year) might work directly without using Monthname look up aswell…as in datatablefirst row is zero which contains jan…so 1-1 = 0