Hey Guys,
I have a 'Extract Data From Web Page' process which is outputting the data (at the moment) to a DataTable. I have a For Each which processes each row with a number of IF statements BUT it's taking too long and so I need to make my process more efficient.
Looking at the DataTable, the first and last two rows contains data which isn't being actioned by any IF statement and by removing it, I can make my process about 30% more efficient.
So, my question is - How do I remove the first and last two rows from my DataTable?
As I don't necessarily need it as a DataTable - it can output to Excel instead where I can use the 'Delete row from Excel worksheet' option (which seems the easier path) but any ideas what I'd put as a variable (or otherwise) when specifying which row to delete?
As always, any help would be most welcomed!
Thanks.