|
-
Aug 16th, 2000, 08:44 PM
#1
Thread Starter
New Member
IE is running but can't detect
Dear all,
I tried the following code to detect InternetExplorer. I have my IE running and run the code. But my prog return "can't detect IE"
Sub DetectIE()
Dim MyIE As Object
On Error GoTo NoIE
Set MyIE = GetObject(, "InternetExplorer.Application")
MsgBox "IE is running"
Exit Sub
NoIE:
MsgBox "can't detect IE"
End Sub
Please help me.
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|