O SIGNIFICA ESTE COMANDO?
                    O que significa este comando e.KeyChar?
O que significa este comando e.Handled = True?
If Char.IsNumber(e.KeyChar) Then
e.Handled = True
End If
                
            O que significa este comando e.Handled = True?
If Char.IsNumber(e.KeyChar) Then
e.Handled = True
End If
                    é para evitar o beep quando você manda um sendkeys (exemplo: troca o enter para tab)
                
            
                        Tópico encerrado , respostas não são mais permitidas
                    
                