Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default Controling IE after security popup

Im using the code below to login to a site, but once submit is
clicked, i get the "You are about to be redirected to a connection
that is not secure" popup, is there an automated way to click YES on
that popup, and yes i have the site in my trusted site list, and when
i access the site normally it shows as trusted.

Set ieapp = CreateObject("InternetExplorer.Application")
ieapp.navigate "myurl"
With ieapp.Document
.all("id").Value = "myid"
.all("pass").Value = "mypassword"

Set IPF = ieapp.Document.all.Item("SUBMIT")
IPF.Click
'need to click the YES button on the security popup
end with

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Controling the Worksheet_Change Event? DCSwearingen Excel Discussion (Misc queries) 3 May 25th 06 08:32 PM
Controling Excel using Word VBA Zoltar54 Excel Programming 8 February 21st 06 06:11 PM
controling a .xls from another .xls on-a-mission New Users to Excel 2 February 17th 06 06:28 AM
Controling navagation of a form Amanda Excel Discussion (Misc queries) 1 April 28th 05 07:51 PM
Controling Acrobat PDFs No Name Excel Programming 0 December 17th 04 04:41 PM


All times are GMT +1. The time now is 05:15 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"