After programmatically creating a new activex checkbox, I want to create a sub for it's click event. I have given the object a name, and fortunately the code for it's click event is a one-line call of another sub, but how???

The sub would look like the following except be named after the new control (obviously), and yes, it is just the number in the name that changes:

Private Sub ckb07_Click()
Call BTP_Click
End Sub