Onlylonely
Registered User.
- Local time
- Today, 12:05
- Joined
- Jan 18, 2017
- Messages
- 43
Hi Guys,
May i know how to execute many buttons using a single buttons?
I have a tag all the buttons with "Step1"
My code like below but not works.
May i know how to execute many buttons using a single buttons?
I have a tag all the buttons with "Step1"
My code like below but not works.
Code:
Private Sub CheckPass_Click()
Click.ctrl.Tag = "Step 1" And Click.ctrl.Value = 1
End Sub