Code works, would just like the IE window that I am creating to load to the front. What is the command to make a window pop to the front? Thanks
'Launch Internet Explorer
Set oIE = CreateObject("InternetExplorer.Application")
oIE.left=50 ' window position
oIE.top = 100...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.