Hi guys,

Im trying to figure out how to have excel login to a particular website via VBA. Currently the code I have works for other websites but this particular site has username/password field types as 'hidden' which I believe is the issue. Here is some of the code I currently have that is working:

Please Login or Register  to view this content.
Wont let me post the website inspect element that I am having issues getting the code to work with...



I have tried changing the username.value and password.value to something like this but still doesn't work:
Please Login or Register  to view this content.
Any help would be appreciated. Thanks.