VBA to enter login and password in a website

VBA to enter login and password in a website

瀏覽:810
日期:2025-05-25
Sub Test() Const cURL = "http://mail.google.com" 'Enter the web address here Const cUsername = "XXXXXX" 'Enter your user name here Const cPassword = "XXXXXX" 'Enter your Password here Dim IE As InternetExplorer Dim doc As ......看更多