For some reason, the code below isn't moving on to the Else statement when the value of R26 isn't > 0. Can someone help me understand where I went wrong in my code please?
Sub Assign_MD1()
Application.ScreenUpdating = False
Dim mTP, mSumm, mMD1 As Worksheet
Dim Response As VbMsgBoxResult
Set...