![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
![]()
The following code works well with Outlook 2003 in Windows XP and Vista:
Set Iexplr = New InternetExplorer With Iexplr .Visible = False ' Hide the browser .Navigate URL:="http://anywebsite.com/" ' go to the website Do While .Busy: DoEvents: Loop ' Wait for the page to load etc... With Outlook 2007 and Vista, the .Visible command has no effect. The ..Navigate command opens a visible Internet Explorer, goes to the appropriate website and makes the 'Iexplr' variable null. The .Busy command then fails with Runtime error 462 and execution stops. Any suggestions would be most helpful. Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Getting Outlook Express 7 but not Internet Explorer 7 | Nathan Sokalski | Outlook - General Queries | 3 | October 27th 06 02:24 PM |
Using Internet Explorer within Outlook 2003. | Ricardough | Outlook - Installation | 1 | August 15th 06 09:54 AM |
need help-is it Outlook or Internet Explorer problem?? | paula | Outlook - General Queries | 6 | August 13th 06 09:37 PM |
Email hyperlinks open Windows Explorer, not Internet Explorer | M Skabialka | Outlook - General Queries | 2 | July 7th 06 09:39 PM |
Internet Explorer/Outlook Express 6.0 | deacon | Outlook Express | 10 | May 30th 06 09:35 PM |