Este fórum está sendo desativado

Depois de 9 anos, este fórum será desativado. Mas calma.... estamos migrando para uma comunidade no DISCORD. Junte-se a nós.

ENTRAR PARA DISCORD

Tópicos relacionados a códigos VBA, gravação de macros, etc.
  • Avatar do usuário
  • Avatar do usuário
Avatar do usuário
Por inesmrtalmeida
Avatar
#15051
Ola!
Eu tenho uma TextBox1 que me devolve um valor.
Tenho depois uma TextBox6 que me devolve:

If TextBox1.Value < "80" Then
TextBox6.Text = " NÃO CRÍTICA "
End If

If TextBox1.Value >= "80" Then
TextBox6.Text = " CRÍTICA "
End If

O que eu queria era que na TextBox 6 " CRÍTICA " aparecesse a vermelho e " NÃO CRÍTICA " a verde.

Algúem me pode ajudar?
OBRIGADA
Avatar do usuário
Por alexandrevba
Avatar
#15066
Bom dia!!

Veja se ajuda...
Código: Selecionar todos
Private Sub CommandButton1_Click()
If TextBox1.Value < "80" Then
    TextBox6.Text = " NÃO CRÍTICA "
    TextBox1.BackColor = RGB(0, 255, 0) 'Verde
End If

If TextBox1.Value >= "80" Then
    TextBox6.Text = " CRÍTICA "
    TextBox1.BackColor = RGB(255, 0, 0) 'Vermelho
End If
End Sub
Para ver as paletas de cores:
http://www.rapidtables.com/web/color/RGB_Color.htm

Att
long long title how many chars? lets see 123 ok more? yes 60

We have created lots of YouTube videos just so you can achieve [...]

Another post test yes yes yes or no, maybe ni? :-/

The best flat phpBB theme around. Period. Fine craftmanship and [...]

Do you need a super MOD? Well here it is. chew on this

All you need is right here. Content tag, SEO, listing, Pizza and spaghetti [...]

Lasagna on me this time ok? I got plenty of cash

this should be fantastic. but what about links,images, bbcodes etc etc? [...]

Estamos migrando para uma comunidade no Discord