View (displaying) bookmarks - Word 2003

E

Eric G

In Word 2003, is there a way of viewing (displaying) the Bookmark names on screen, either in Normal or Page Layout View (like you can turn on/off Field Codes)?

I can switch on View Bookmarks through Tools -> Options -> View -> Bookmarks, but then I only see the I-beam, not the actual name of the bookmark.

Best regards,


Eric Green
Stockholm, Sweden
 
J

Jay Freedman

In Word 2003, is there a way of viewing (displaying) the Bookmark names on screen, either in Normal or Page Layout View (like you can turn on/off Field Codes)?

I can switch on View Bookmarks through Tools -> Options -> View -> Bookmarks, but then I only see the I-beam, not the actual name of the bookmark.

Best regards,


Eric Green
Stockholm, Sweden

Hi Eric,

No, there's nothing built in.

I posted a small macro at
http://groups-beta.google.com/group/microsoft.public.word.docmanagement/msg/18062ee195c129ab
that displays the name of the bookmark, if any, at the cursor
position. That macro can be assigned to an item on any of the
right-click context menus.
 
J

Jay Freedman

If you mean a tooltip or something like that, instead of it appearing
in a message box -- no, I don't think so. You could have it appear on
the status bar, and then you wouldn't have to click the OK button to
dismiss it. To do that, replace the line

MsgBox bk.Name, vbOKOnly, "What Bookmark"

in the macro with

StatusBar = bk.Name

--
Regards,
Jay Freedman
Microsoft Word MVP

Can I see the bookmark name at "I" beam with VBA?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top