Hello Forum,
I'm trying run the following VBA code for Auto Login to a website. However, it is giving error at the end during final submit. Requesting your help ti sort this out. Both VBA code and HTML code i'm sharing below for your ease.
VBA CODE:
Sub IE_login()
Dim IE As Object, MyPass...