• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Vba login input box

sms2luv

Member
I made a code to go to a website, go to login area, where user has to put user name password.
I want to make a Input box pop up that will ask username and password, once she info is entered the site should log in.
As far as I see, input box only has 1 text box.
 
Thats correct
You can either use 2 Input Boxes one after the other or
setup a user Form with 2 Text Boxes and an Ok/Cancel Button
upload_2017-8-3_15-48-36.png
 
Back
Top