Hey guys, no formal training but I like to tinker, so I'm working on a tool that will login to a website by button. I pilfered some VBA from somewhere else and got it to work.
Sub Test()
Const cURL = "xxxxxxx" 'Enter the web address here
Const cUsername = "xxxxxxx" 'Enter your user...