![]() |
|
#1
|
||||
|
||||
![]() You could use code like: Code:
Dim Rng As Range With ActiveDocument Set Rng = .ContentControls(1).Range With Rng .End = .End + 1 .Start = .Start - 1 End With .Bookmarks.Add Name:="Bookmark", Range:=Rng End With
__________________
Cheers, Paul Edstein [Fmr MS MVP - Word] |
![]() |
Tags |
contentcontrol |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
LaurenM | Word VBA | 13 | 12-01-2017 02:07 AM |
How can I insert a table of content slightly differing from the headings in the text? | Tobinobi | Word | 4 | 09-25-2017 05:47 AM |
How to insert a table using bookmarks in a document | Catty | Word VBA | 3 | 05-04-2015 03:05 AM |
![]() |
PeterPlys | Word VBA | 13 | 01-14-2015 06:41 AM |
Insert image in bookmarks | kroz | Word VBA | 0 | 11-29-2010 04:55 AM |