I have a form filling the screen (Blank)
I want the user to press (shirt + ? + Control) keys
simultaneously to trigger a msgbox.

If this is possible?

I need the code for this event:
Private Sub Form_KeyDown(KeyCode As Integer, Shift As Integer)

'If keycode = what then
'msgbox "Open Form"
'Endif

End Sub