0
I’m creating a project in VBA because I’m new in programming and I’m having difficulties in a part of the project.
I have 3 textbox, two are user and password, the other I will load users separated by comma or by comma point, no matter which.
I need my project to search a user and password at a time and that with the separation of the comma from the comma and comma, it looks for the user field and password for the password field.
How do I do that?
I’m sorry if I didn’t know how to explain it better, but my project had filled out English by user. And my project will fill in a web page. it will execute some commands and move to another login and so on.
– animal11
It didn’t make much sense... Would you do a login automation on a specific site? Textbox1: Usuario1 | Textbox2: Senha1 | Textbox3: Usuario2;Senha2;Usuario3;Senha3;...
– Marco