Automation of iTunes connect VBA
问题 I am trying to automate a report through VBA. I have worked in VBA but not able to login in iTunes website through codes. Someone told me that it is written in IFrame, but i have no idea. Even i am not able to put my username in input box of login page. https://itunesconnect.apple.com/login Dim HTMLdoc As HTMLDocument Dim MyBrowser As InternetExplorer Sub check() Dim MyHTML_element As IHTMLElement Dim MyURL As String MyURL = "https://itunesconnect.apple.com/login" Set MyBrowser = New