My code is working fine except for one thing.
If Range("C6") = "" Then MsgBox ("Your Actual time not entered!")
Exit Sub
does not work as i thought it to be. If Range("C6") = "" Then I want the MsgBox ("Your Actual time not entered!") pop up and then dont run my current code...but here it is not...