I have a worksheet that gets over 80,000 rows daily, must of it needs to be filtered and ends with around 100 to 300 rows only.
Sorting the unwanted values and deleting rows manually is a pain and it takes me from 2 to 3 hours so I started doing with VBA using a code I found on this forum which uses a loop but it's extremely slow
Any ideas of how you have approached similar work
Thanks in advance
Sorting the unwanted values and deleting rows manually is a pain and it takes me from 2 to 3 hours so I started doing with VBA using a code I found on this forum which uses a loop but it's extremely slow
Any ideas of how you have approached similar work
Thanks in advance