Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 05-19-2012, 10:00 PM
tinfanide tinfanide is offline Late Binding on SHDocVw Windows 7 64bit Late Binding on SHDocVw Office 2010 32bit
Expert
Late Binding on SHDocVw
 
Join Date: Aug 2011
Posts: 312
tinfanide is on a distinguished road
Default

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
Found it.
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Late Binding on SHDocVw Binding Problems? tinfanide Word VBA 1 02-03-2012 06:15 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:00 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft