Is there a method to delete a whole row based upon a cell in it using VBA?
Trying to complete the following task:
- Select whole row based upon a cell in it in my case cell value <3
- Delete entire row
I used CF to achieve the first part, but when trying to delete the highlighted cells (color from CF), the color cannot be found by the Find Function.
Can anyone redirect me to a specific post please been looking for hours.
Danke