I have the following code to delete a row if the value in column C is Monday. My question is, if there is no Monday value will there be an issue, so far I have run the code and I do not see any problems. Is there an alternative.
Thank You
Code
Sub DeleteMonday()
Dim lr As Long...