JBeaucaire is the best answer, here is a code that will do what you want
Private Sub Worksheet_Change(ByVal Target As Range)
    MsgBox "Please do not Change this"
    Target.Select
End Sub