Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FollowHyperlink and NewWindow:=False

Status
Not open for further replies.

jmrdaddy

Technical User
Jun 10, 2002
31
0
0
US
I've tried the line of code below. I can't get the option "NewWindow:=False" to work. A new window is opened every time regardless of whether the value is "True" or "False". Is there on option in IE that preempts this? Has anyone else encountered this before? What did you do?

Code:
ActiveDocument.FollowHyperlink Address:="[URL unfurl="true"]http://www.microsoft.com",[/URL] NewWindow:=False, AddHistory:=True
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top