Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

You can't go to a bookmark in a Text Box?

769 views
Skip to first unread message

Qani

unread,
Apr 22, 2001, 4:07:41 AM4/22/01
to
Is it true, as it appears in to me in Word2000, that you can't jump to a
bookmark that lies in a Text Box, starting from the general text? It
says "Word cannot find the requested bookmark". In this Text Boxes
differ from frames, in which bookmarks are visible from the general
text. However you CAN jump to a Text Box bookmark from within another
Text Box, and there appears to be no trouble finding a bookmark in the
general text from inside a Text Box.

Does this mean that if some of your bookmarks might lie within Text
Boxes, the only way of being sure of being able to access any bookmark
in the document is to start from within a Text Box?

Also, is it true that no keyboard shortcuts are possible for making or
jumping to bookmarks? I could not find any bookmark commands in List All
Commands.

Thanks for any advice.

David Rollo

Terry Farrell

unread,
Apr 22, 2001, 4:47:16 AM4/22/01
to
David,

what you say is correct. The text box is in the drawing layer and not in the
text layer. Can you use Frames instead of text boxes?


--
Terry Farrell - MSMVP Word

Please visit our Word FAQ site at http://www.mvps.org/word/ created
cooperatively by the group's MVPs.

Please keep replies in the Newsgroup.
This enables everyone to share the problem
and other experts to bring their expertise.

________________________________________________________________
For direct access to all Microsoft newsgroups:
news://msnews.microsoft.com/

Sorry, but emails cannot be acknowledged.


"Qani" <qa...@operamail.com> wrote in message
news:3AE291C0...@operamail.com...

John Nurick

unread,
Apr 22, 2001, 1:04:28 PM4/22/01
to
The "List All Commands" list isn't complete. It only lists commands
that can be run as if they were macros - and not even all of them.

You'll need to use some little macros and assign keyboard shortcuts to
them, like this, which brings up the Insert Bookmark dialog:

Sub EditInsertBookmark()
Application.dialogs(wdDialogInsertBookmark).Show
End Sub

or this,which takes you to the bookmark "Jones"

Sub GotoJones()
Activedocument.Bookmarks("Jones").Select
End Sub

The standard shortcut F5 brings up the Go To dialog, which lets you
jump to bookmarks or anything else.

On Sun, 22 Apr 2001 08:07:41 GMT, Qani <qa...@operamail.com> wrote:

>Also, is it true that no keyboard shortcuts are possible for making or
>jumping to bookmarks? I could not find any bookmark commands in List All
>Commands.


--
With best wishes
John

Please reply to the newsgroup and not by e-mail.

Qani

unread,
Apr 22, 2001, 5:37:39 PM4/22/01
to

Thanks to all, for these extremely helpful comments.
I'm still learning about the virtues of Text Boxes vs Frames. It's a +/-
situation, but Text Boxes seem more robust for what I'm trying to do with
sidebars (without linking).

David Rollo


Cindy Meister -WordMVP-

unread,
Apr 23, 2001, 11:13:13 AM4/23/01
to
Hi Qani,

> Also, is it true that no keyboard shortcuts are possible for making or
> jumping to bookmarks?
>

You can use macros to jump to bookmarks any where in a document, even
those in TextBoxes, headers and footers, etc. And macros can be assigned
to keyboard shortcuts.

the basic macro code is:

ActiveDocument.Bookmarks("TheName").Range.Select

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister
http://www.mvps.org/word
http://go.compuserve.com/MSOfficeForum

This reply is posted in the Newsgroup; please post any follow question
or reply in the newsgroup and not by e-mail :-)

0 new messages