If you know the properties of this browser, you can identify it (and close it). For example with hwnd property:
Code:
Dim brclose
Set brclose = Browser ("hwnd:=xyz")
brclose.close
