J
julio
How do you set up an event procedure for a control added at runtime? The
procedure below isn't called.
Thanks
.....................
Set ctrl = Controls.Add("Forms.commandButton.1", "bOK")
........................
Sub bOK_Click()
MsgBox "BOK"
End Sub
procedure below isn't called.
Thanks
.....................
Set ctrl = Controls.Add("Forms.commandButton.1", "bOK")
........................
Sub bOK_Click()
MsgBox "BOK"
End Sub