Hi,
is it possible to store the current command button's name in a variable ?
e.g.
Private Sub CommandButton3_Click()
how can I refer to "CommandButton3" from here ?
End Sub
note that the button is in a frame and the activecontrol.name doesn't work..it points to the frame
thanks
is it possible to store the current command button's name in a variable ?
e.g.
Private Sub CommandButton3_Click()
how can I refer to "CommandButton3" from here ?
End Sub
note that the button is in a frame and the activecontrol.name doesn't work..it points to the frame
thanks