Hi, I am trying to write a VBA to delete unnecessary rows in my spreadsheet instead of doing it manually. Row range can be up to 1000+; column range is from A to R.
Negative values cells will be highlighted in red and they are spread out randomly from column (E:N). There could be 3 negative cells (highlighted red) in the same row or it can also contain no negative value across the whole row.
I need help with removing all rows that contain no negative values (red cell) across the whole row. *(Row will not be deleted If there is at least 1 negative value cell (highlighted red) in the row)
Thank you for your help!
Negative values cells will be highlighted in red and they are spread out randomly from column (E:N). There could be 3 negative cells (highlighted red) in the same row or it can also contain no negative value across the whole row.
I need help with removing all rows that contain no negative values (red cell) across the whole row. *(Row will not be deleted If there is at least 1 negative value cell (highlighted red) in the row)
Thank you for your help!