Can anyone tell me why, on some occasions, that after I add a control to a User Form, e.g. a checkbox whose name is chkTest, and then go to View Code, the following code which should appear, does not?

Private Sub chkTest_Click()

End Sub
No matter what I do, it never shows up.