I'm a newb to VBA and I am trying to find and delete all items in a sheet that equal zero.
For example: my sheet "FINAL_INVENTORY" has a column "K" with the number of items on hand. I want to search through the Range "K:K" and find any cell that has a value of 0 and delete the entire row. Once it reaches the end of cells with values, I want it to stop.
Any help would be greatly appreciated.
Regards!
For example: my sheet "FINAL_INVENTORY" has a column "K" with the number of items on hand. I want to search through the Range "K:K" and find any cell that has a value of 0 and delete the entire row. Once it reaches the end of cells with values, I want it to stop.
Any help would be greatly appreciated.
Regards!