View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Tim Williams Tim Williams is offline
external usenet poster
 
Posts: 1,588
Default Open excel file from password protected Intranet site(IE)

If you want to bump a post then at least include your original question: not everyone is using web "forums"...

It would also be helpful to post all of your IE-relevant code. Without seeing how you're loading the page it's less easy to
suggest fixes.

Automation of IE typically looks something like this:

ie.Navigate sURL
Do Until ie.ReadyState = 4
DoEvents
Loop

Try that instead of IE.busy

Tim.




"Dan McCollick" wrote in message oups.com...
bump