Private Sub Label1_Click()
 Label1.Caption = ActiveControl.Caption
End SubPrivate Sub Timer1_Timer()
 Label1_Click
End Sub