Nice program!
But... ehhh...The counters on the secret area dont work!...I think that you should add a message box saying that the text was coppied.
You may want to use this code on the copy to clipboard button.:
quote:
Private Sub Command1_Click()
Clipboard.Clear
Clipboard.SetText Text1.Text
MsgBox "Message coppied to clipboard!", vbInformation, "Message Coppied!"
End Sub
Tell me if you like my suggetion!