I have two worksheets : Names and Results. The wsheet Name contain in A1 to A27 names tha I`ll work. The wsheet Results
contain informations about the names Adress, Age, etc.. Don`t problem.
Hi, this is the problem. I`m write something like this:
Sub Start()
Dim sName(27) as String
Dim cod_name as String
For N = 1 to 27
sName(m)= Worksheets("Names"
.Range("A" & N).value
Next
For Q = 1 to 27
cod_sname = sname(Q)
Enviar(cod_sname, 0, 1, 17,23)
Captura.Tela
Converte.Tela
adress = Extra.dados
cells(2, 3).value
Next y
End Sub
*****
I`m going to send the Variable sName to another program(Extra Personal Client) , that when the program to receive this "input", the name, and find it send me informations about this name like age, adress, etc, that will go to write in antoher Plan : Results. This I kown how to do.
But if this name doesn`t exist is necessary to continue with the next name in the plan Names. Or better, I need to send next name, the program then capture this name if it exist send to Plan Result if don`t next name.
But I`ll only known if the name exist or not if I send the name first.
contain informations about the names Adress, Age, etc.. Don`t problem.
Hi, this is the problem. I`m write something like this:
Sub Start()
Dim sName(27) as String
Dim cod_name as String
For N = 1 to 27
sName(m)= Worksheets("Names"
Next
For Q = 1 to 27
cod_sname = sname(Q)
Enviar(cod_sname, 0, 1, 17,23)
Captura.Tela
Converte.Tela
adress = Extra.dados
cells(2, 3).value
Next y
End Sub
*****
I`m going to send the Variable sName to another program(Extra Personal Client) , that when the program to receive this "input", the name, and find it send me informations about this name like age, adress, etc, that will go to write in antoher Plan : Results. This I kown how to do.
But if this name doesn`t exist is necessary to continue with the next name in the plan Names. Or better, I need to send next name, the program then capture this name if it exist send to Plan Result if don`t next name.
But I`ll only known if the name exist or not if I send the name first.