L
Larry
I can open a webpage from vba a couple of different ways:
pAddress = "C:\Program Files\Internet Explorer\IEXPLORE.EXE " & sAddress
Shell pAddress, vbNormalFocus
Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE _
www.washingtonpost.com"), vbNormalFocus
But these open a new IE window each time. Is it possible to load a
webpage into an existing IE window, without open a new IE window?
Thanks,
Larry
pAddress = "C:\Program Files\Internet Explorer\IEXPLORE.EXE " & sAddress
Shell pAddress, vbNormalFocus
Shell ("C:\Program Files\Internet Explorer\IEXPLORE.EXE _
www.washingtonpost.com"), vbNormalFocus
But these open a new IE window each time. Is it possible to load a
webpage into an existing IE window, without open a new IE window?
Thanks,
Larry