Hi,
I am handling excel which is having around 70k records daily,
1) I have 3 sheets namely Brand,Sheet1,Position, values are copied from Brand sheet and pasted into sheet1
2)once value pasted into sheet1 of respective columns the E and F of sheet1 will be auto populated based on the formulas
3)I have to filter E column where value =N/A which is around 30k
4)after filtering I have to delete these values so that 3rd sheet which is position gets updated automatically.
The problem is when I do it manually it takes 25 mins to delete entire filtered data rows, Bot takes an hour
I tried using OLEDB but it says deletion cannot be performed by linked table ISAM.
Sheet1:Screenshot below
Note: Column A:D having data it's blank
Please suggest me a good way to do this.
Thanks.