I want to open this webpage through VBA. I can do this using:
Set browser = CreateObject("InternetExplorer.Application")
browser.Navigate ("http://google.com")
but this opens up an instance of IE. I would like to open it in an integrated Outlook browser window.
I would suggest that this is pretty easy, but I am not familiar with VBA, and googling did not find anything useful.
stout source
share