J
Junya Nitta
I use the Internet quite often in my daily work.
When I am running the following macro on word application, a new
browser tab is always opened.
Is anybody knows how to cause the link to open in the "existing
browser tab", which already exists in the browser window underneath
the active document, without opening a new tab?
Eventhough I set the NewWindow property as false, the following code
opens new tabs in IE7 or later (or browser windows in IE6).
Any idea?
Thanks in advance.
Dim URL As String
URL = "http://www.google.com"
ActiveDocument.FollowHyperlink Address:=URL, NewWindow:=False,
AddHistory:=True
When I am running the following macro on word application, a new
browser tab is always opened.
Is anybody knows how to cause the link to open in the "existing
browser tab", which already exists in the browser window underneath
the active document, without opening a new tab?
Eventhough I set the NewWindow property as false, the following code
opens new tabs in IE7 or later (or browser windows in IE6).
Any idea?
Thanks in advance.
Dim URL As String
URL = "http://www.google.com"
ActiveDocument.FollowHyperlink Address:=URL, NewWindow:=False,
AddHistory:=True