Dear Sir,
I want to hide msgbox with keyboard command but msgbox does not displayed. What is wrong? please modify codes

[vba]
Sub Oval1_Click()
MsgBox ("yes")
Application.OnKey "+^{Enter}"
End Sub
[/vba]