Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi All.
Is it possible to print a document showing bookmarks that have been inserted into it. I can see the bookmark brackets on screen, but when the document is printed they do not show up. Is there a setting to be able to show them? Thanks for your help. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Your best bet is a scrolling screen capture tool such as Snag It.
-- Graham Mayor - Word MVP My web site www.gmayor.com Word MVP web site http://word.mvps.org BoRed79 wrote: Hi All. Is it possible to print a document showing bookmarks that have been inserted into it. I can see the bookmark brackets on screen, but when the document is printed they do not show up. Is there a setting to be able to show them? Thanks for your help. |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You could use the following code in a macro to insert square brackets before
and after a bookmark, but note that it will alter the spacing of the document: Dim i As Long With ActiveDocument For i = 1 To .Bookmarks.Count With .Bookmarks(i).Range .InsertBefore "[" .InsertAfter "]" End With Next i End With -- Hope this helps. Please reply to the newsgroup unless you wish to avail yourself of my services on a paid consulting basis. Doug Robbins - Word MVP "BoRed79" wrote in message ... Hi All. Is it possible to print a document showing bookmarks that have been inserted into it. I can see the bookmark brackets on screen, but when the document is printed they do not show up. Is there a setting to be able to show them? Thanks for your help. |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Word 2007 bookmarks - How to display bookmarks on page? | Microsoft Word Help | |||
Bookmarks | Microsoft Word Help | |||
Printing bookmarks | Mailmerge | |||
help on bookmarks | Microsoft Word Help | |||
bookmarks | Microsoft Word Help |