View Single Post
 
Old 04-17-2014, 11:39 PM
macropod's Avatar
macropod macropod is offline Windows 7 32bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,375
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

You might need to change:
.Text = "\<[Aa] href=([!\>]{1,})\>([!\<]{1,})\</a\>"
to:
.Text = "\<[Aa] href=([!\>]{1;})\>([!\<]{1;})\</a\>"
or:
.Text = "\<[Aa] href=([!\>]@)\>([!\<]@)\</a\>"

Since there is no document attached to your post (only a picture of one), I can't really do any further diagnosis.
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote