I opened a IE window/session from within Excel2010 with VBA using
Set IE = CreateObject("InternetExplorer.Application")
IE.Visible = True
IE.Navigate "http://................."
and some more tabs in this session with
IE.Navigate2 "http://.................", 2048...