seriouslystuck
Board Regular
- Joined
- Sep 24, 2009
- Messages
- 97
Hi All
Im really stuck at the minute! Im trying to write a macro that will look at a value in a cell then if another cell in the same row is blank then I want to delete that row.
EG: if E4 = "U22" and DW4 = "" then entirerow.delete I also need this to loop through until the last row.
I have copied a piece of code that I found online but I cant get it to work.
Any advice would be great.
Thanks
Im really stuck at the minute! Im trying to write a macro that will look at a value in a cell then if another cell in the same row is blank then I want to delete that row.
EG: if E4 = "U22" and DW4 = "" then entirerow.delete I also need this to loop through until the last row.
I have copied a piece of code that I found online but I cant get it to work.
Any advice would be great.
Thanks