Excel VBA controlling IE confirmation popup box
I can control the input button fine with: [VBA] IeApp.Document.all.item("ctl00_ContentPlaceHolder1_btnAction").Click [/VBA] The issue is I get a popup box because of the below code which I have to manually click before VBA will continue:
www.vbaexpress.com |