![]() |
#1
|
|||
|
|||
![]()
How can I remove the hyperlinks on paragraph marks, please?
What I have so far is this code... Code:
Selection.Find.ClearFormatting Selection.Find.Style = ActiveDocument.Styles("Hyperlink") Selection.Find.Replacement.ClearFormatting With Selection.Find .Text = "^p" .Replacement.Text = "" .Forward = True .Wrap = wdFindContinue .Format = True .MatchCase = False .MatchWholeWord = False .MatchWildcards = False .MatchSoundsLike = False .MatchAllWordForms = False .Execute Replace:=wdReplaceAll End With Alex |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
Peterson | Excel | 6 | 08-18-2020 11:36 PM |
Help me, remove the marks occur at begin and last paragraph | ngocanhwdn | Word | 6 | 06-25-2019 07:57 AM |
![]() |
leonardevens | Word | 1 | 07-13-2015 12:14 PM |
Finding Paragraph Marks | BZee | Word | 4 | 02-14-2015 02:12 PM |
![]() |
Cara | Word | 2 | 04-07-2011 10:26 AM |