I do want the users to correct the value before they move on, so I tried your second code set. Unfortunately, it wouldn't allow me to enter a new value after it cleared the cell, because the cell was empty, which triggered the message box. I changed the code as follows:
Now it ends the macro if the cell is empty too. Unfortunately, it also allows the user to leave the cell blank, which isn't exactly desireable either. There are further operations in the sheet that will require values for both cells, so the omission would be caught later, but it would be nice to catch it in the beginning too.
Bookmarks