![]() |
|
#2
|
|||
|
|||
|
Code:
Option Explicit
Public oIE As Object
Public oSW As Object
Sub test()
Set oIE = CreateObject("InternetExplorer.Application")
Set oSW = CreateObject("Shell.Application")
For Each oIE In oSW.Windows
MsgBox oIE.LocationURL
Next
End Sub
|
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
Binding Problems?
|
tinfanide | Word VBA | 1 | 02-03-2012 06:15 AM |