codice:
Private Sub Command1_Click()
    Clipboard.Clear
    Clipboard.SetText Label1.Caption
End Sub