Experimente algo conforme baixo, no evento before update do txt, ou onde as somas são efetuadas:
Private Sub textboxTotal _BeforeUpdate(ByVal Cancel As MSForms.ReturnBoolean)
If Val(textboxTotal .Value) < 0 Then
'textboxTotal .Value = Format(tbx_qtd.Value, "(#,##0.00)")
textboxTotal .ForeColor = RGB(255, 0, 0)
End If
End Sub
Existem mil maneiras de preparar Neston. Invente a sua!
http://www.youtube.com/ExpressoExcel
Postado : 02/10/2012 8:33 am