Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Internet Explorer

Status
Not open for further replies.

RichardDickerson

Programmer
Nov 4, 2003
3
CA
Hello,

I have some code:

[Source]
dim ie as new InternetExplorer

ie.navigate "ie.Visible = True

do while ie.Busy
DoEvents
Loop
[/Source]

The thing is that it loads as the active window then access becomes active again after the page is done loading. What I want is Internet Explorer to be the active window. Is there a way I can accomplish this.

Thanks,

Richard
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top