I have a problem, I got a script here to insert the ninth digit if the phone starts with 6,7,8,9 ..
Function ValidarCelular(Myrange As Range) As String
On Error GoTo ErrHandler:
Dim regEx As New RegExp
Dim strPattern As String...
asked by
04.05.2018 / 16:29