Infatti appunto segui l'esempio di Snake664
In ogni evneto KeyPres di ogni TextBox metti la riga di codice scritta da Sanke664
codice:Private Sub Text1_KeyPress(...) if KeyAscii=13 then Command1_Click End Sub Private Sub Text2_KeyPress(...) if KeyAscii=13 then Command2_Click End Sub