I'm looking to open a given webpage via VBA. I can do this using:
Set browser = CreateObject("InternetExplorer.Application")
browser.Navigate ("http://google.com")
but this opens an instance of IE. I'd like to open it in Outlooks integrated browser window.
I'd presume this is fairly easy, but I'm not familiar with VBA and googling has not turned up anything useful.