I would like to have a macro that deletes an entire row if the cell value equals "" for multiple ranges. Ranges are "B16:B115, B131:B230, B250:B349".
Logic: If cell equals "" then delete the entire row.
I want the row actually deleted and not just the contents of the cells.
Thank you.