SystemUtil.Run "iexplore"
Browser("micClass:=Browser").Navigate "www.google.com"
Browser("micClass:=Browser").OpenNewTab
' Get the HWND property of the browser with a new tab
HWND = Browser("name:=Google").GetROProperty("hwnd")
' Operate objects within the activated tab
Browser("micclass:=Browser","hwnd:=" & HWND).Close