Novice here. I have a question regarding MsgBox return values. Please keep in mind that the following example will not be used in "Real Life". I only want to satisfy my curiosity. Why does the following code never get to the "Else" line?
Sub curious()
If MsgBox("Hello", vbOKOnly, "Test") =...