Boa-noite Schramm
Tenta dessa forma aqui.
Private Sub txt_valor_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
If IsNumeric(Me.txt_valor) = True Then
Me.txt_valor = Replace(Me.txt_valor, ",", "")
Me.txt_valor = Format(Me.txt_valor / 100, "R$ #,##0.00")
End If
End Sub
att,
Francisco
Postado : 21/04/2016 8:55 pm