RichardDickerson
Programmer
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
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