![]() |
#2
|
||||
|
||||
![]()
Try:
Code:
Sub Add_CC_w_Title() Dim oCC As Word.ContentControl With ActiveDocument.Range With .Find .Text = "[!^13]@some*^13" .Wrap = wdFindStop .MatchWildcards = True .Execute End With Do While .Find.Found Set oCC = .ContentControls.Add(wdContentControlText, .Duplicate) oCC.Title = "title" .Collapse wdCollapseEnd .Find.Execute Loop End With End Sub
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
Tags |
content control |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
remove repeated words with " macro " or " wild cards " in texts with parentheses and commas | jocke321 | Word VBA | 2 | 12-10-2014 11:27 AM |
![]() |
catherineliang | Word | 1 | 07-21-2014 09:42 PM |
Wild card to highlight capitalised terms? | bertietheblue | Word | 2 | 02-08-2013 04:44 PM |
Printing on 3x5 cards | Jennifer Murphy | Word | 0 | 08-05-2011 06:00 PM |
Bingo Cards | office_mike | Excel | 1 | 11-29-2008 10:17 PM |