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
Por SandroLima
#35314
Bom dia, amigos forumeiros.

Poderiam me ajudar com a alteração dessa SUB para aceitar a formatação de CNPJ além de somente CPF?

(###.###.###-## e ##.###.###/####.##)
Código: Selecionar todos
Private Sub txt_CPF_KeyPress(ByVal KeyAscii As MSForms.ReturnInteger)
    
        txt_CPF.MaxLength = 14
    
    Select Case KeyAscii
        Case 8, 48 To 57
            If Len(txt_CPF) = 3 Or Len(txt_CPF) = 12 Then
                txt_CPF.Text = txt_CPF & "."
                SendKeys "{End}", False
                
            ElseIf Len(txt_CPF) = 7 Then
                txt_CPF.Text = txt_CPF.Text & "."
                
            ElseIf Len(txt_CPF) = 11 Then
                txt_CPF.Text = txt_CPF.Text & "-"
                SendKeys "{End}", False
            End If
            
        Case Else
            KeyAscii = 0
    End Select
End Sub
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