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

Dúvidas sobre cálculos, funções simples e aninhadas, fórmulas matriciais, etc.
  • Avatar do usuário
Por vilc
Posts
#72038
Boa Tarde, como faço para quando digitar na textbox ele formatar para o formato:
ex: 123456789 para 123 456 789
quando for digitando já ficar na formatação, desde já agradeço.
Avatar do usuário
Por Foxtri
Posts Avatar
#72053
Bom dia.
Veja se era isso.

Private Sub TextBox1_Change()
If Len(TextBox1.Text) = 3 And TextBox1.Text Like "###" = True Then TextBox1.Text = TextBox1.Text & " "
If Len(TextBox1.Text) = 7 And TextBox1.Text Like "### ###" = True Then TextBox1.Text = TextBox1.Text & " "
If Len(TextBox1.Text) = 11 And TextBox1.Text Like "### ### ###" = True Then TextBox1.Text = TextBox1.Text & " "
If Len(TextBox1.Text) > 11 Then TextBox1.Text = Left(TextBox1.Text, 11)
End Sub

Até
Foxtri
vilc agradeceu por isso
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