View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daisy[_3_] Daisy[_3_] is offline
external usenet poster
 
Posts: 1
Default Popup login dialog

Hi. I am trying to automate the process of accessing an Intranet web page to download a spreadsheet. The website has a popup dialog box for the userid and password. I can use "Remember my password" to keep that populated, but when I run my program, I cannot gain control of that dialog box to move forward. Do I need to add a new reference (I don't see anything in Internet controls that would help here) and do something with Windows programming? Thanks for any advice