View Single Post
 
Old 12-15-2015, 02:21 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

The problem you're having is that you're trying to conditionally display a hyperlink, not vary it. Aside from your field coding being incorrect, Word will always output a hyperlink with such a field (even an ostensibly empty one consisting of just a space). The correct field coding is:
{HYPERLINK "{IF{Mergefield Variable}= "Y" "http://www.google.com" " "}"}
Note the difference in spacing in the field code.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote