Hi,
I have the code below that I use to log in automatically into the website, how can i add input box in the code to ask me for the username and password and once i enter them to log in, thanks.
here is the code:
Sub login()Dim IE As Object
Dim HTMLDoc As Object
Dim objCollection As...