I need a macro that will delete rows based on the below criteria:
The user can select a cell on a row or rows that they want to delete (therefore maybe multiple and non continuous rows)
The row can only be deleted if the value on the row in col B = "1".
Need some error handling if any of the cells selected don't equal the value in Col B.
Thanks
DK
The user can select a cell on a row or rows that they want to delete (therefore maybe multiple and non continuous rows)
The row can only be deleted if the value on the row in col B = "1".
Need some error handling if any of the cells selected don't equal the value in Col B.
Thanks
DK