View Single Post
 
Old 10-07-2015, 07:06 PM
macropod's Avatar
macropod macropod is offline Windows 7 64bit Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,496
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

How are you adding the would-be hyperlinks to the table? Ordinarily, just pressing <Enter>, <Tab> or <Space> is enough to turn hyperlink text you've just typed into a working hyperlink.

For existing content, you could use a macro like:
Code:
Sub Demo()
Selection.Range.AutoFormat
End Sub
Simply select the cells with hyperlinks, then run the macro.

For PC macro installation & usage instructions, see: http://www.gmayor.com/installing_macro.htm
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote