um text box do objeto msform, não consigo fazer com q retorne enter. Alguem já teve este problema?
tem outro evento para este componente neste caso?
Private Sub TextBox1_KeyPress(KeyAscii As MSForms.ReturnInteger)
If KeyAscii = vbKeyReturn Then MsgBox "Teclou Enter"
End Sub
vlw
POST EDITADO POR ROBERTO PARA ALTERAÇÃO DA FONTE (ESTAVA MUITO PEQUENA)