M
Mark A. Sam
In the following code:
Dim ctl As Control
For Each ctl In Me.Controls
If ctl.Tag = 48 Then
Call ????? <Need to call Click Event of ctl.>
End If
Next ctl
I need the syntax to call the Click Event of the control represented by the
variable ctl.
Thanks for the help and God Bless,
Mark A. Sam
Dim ctl As Control
For Each ctl In Me.Controls
If ctl.Tag = 48 Then
Call ????? <Need to call Click Event of ctl.>
End If
Next ctl
I need the syntax to call the Click Event of the control represented by the
variable ctl.
Thanks for the help and God Bless,
Mark A. Sam