G
grubbyr
Thanks in advance...
How do I get this to auto update after the Tickbox has been changed
without clicking in Name_on_trophy
Private Sub Name_on_trophy_Click()
If Tickbox = False Then
Name_on_trophy.Enabled = True
Name_on_trophy.Locked = False
Else
Name_on_trophy = Player
Name_on_trophy.Locked = True
End If
End Sub
How do I get this to auto update after the Tickbox has been changed
without clicking in Name_on_trophy
Private Sub Name_on_trophy_Click()
If Tickbox = False Then
Name_on_trophy.Enabled = True
Name_on_trophy.Locked = False
Else
Name_on_trophy = Player
Name_on_trophy.Locked = True
End If
End Sub