Please Note: This article is written for users of the following Microsoft Word versions: 2007 and 2010. If you are using an earlier version (Word 2003 or earlier), this tip may not work for you. For a version of this tip written specifically for earlier versions of Word, click here: Setting a Default for the Object Browser.

Setting a Default for the Object Browser

Written by Allen Wyatt (last updated April 1, 2022)
This tip applies to Word 2007 and 2010


1

Nancy uses the Object Browser to look for items in her document, but she gets a bit frustrated with it. When she first starts Word, Ctrl+Page Up jumps up by a page at a time. This happens because the Object Browser is set to browse by page. But if she searches for text and finds it, the Object Brower is then set to browse by whatever she last searched for. This means that Ctrl+Page Up no longer jumps up by a page, but searches for the previous occurrence of the search text. Nancy wonders if there is, perhaps, a way to force the Object Browser to always search for the previous page.

There is no capability to do this in Word. This is because Ctrl+Page Up (and Ctrl+Page Down) aren't really shortcuts to jump to the previous or next page; they are shortcuts to invoke the Browse Previous and Browse Next commands. This means that they are the same as clicking on the previous and next controls in the Object Browser, at the lower-right of any document window.

You can, however, get around this problem by adding two macros to your system. These macros replace the built-in commands that are invoked when you use the previous and next commands in the Object Browser.

Sub BrowsePrev()
    Application.Browser.Target = wdBrowsePage
    Application.Browser.Previous
End Sub
Sub BrowseNext()
    Application.Browser.Target = wdBrowsePage
    Application.Browser.Next
End Sub

Note that these macros cause the Object Browser to revert to browsing by page instead of whatever had been previously selected. The drawback to this approach, however, is that you won't ever be able to use the Object Browser to browse for anything other than pages.

Note:

If you would like to know how to use the macros described on this page (or on any other page on the WordTips sites), I've prepared a special page that includes helpful information. Click here to open that special page in a new browser tab.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (11206) applies to Microsoft Word 2007 and 2010. You can find a version of this tip for the older menu interface of Word here: Setting a Default for the Object Browser.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Moving Captions with Pictures

Put a caption with a picture and you'd probably like the two elements to behave like they belong together. If you are ...

Discover More

X-Axis Dates Lose Formatting

Excel makes it easy to copy charts from one workbook to another. Even so, copying may produce some surprising results for ...

Discover More

Changing the GoTo Default

Want to get to a bookmark location quickly? One option is to use the F5 key to jump to a bookmark. Perhaps a quicker ...

Discover More

Create Custom Apps with VBA! Discover how to extend the capabilities of Office 2013 (Word, Excel, PowerPoint, Outlook, and Access) with VBA programming, using it for writing macros, automating Office applications, and creating custom applications. Check out Mastering VBA for Office 2013 today!

More WordTips (ribbon)

Word Count for a Section

Dynamic word counts for your entire document are easy to get when you use using fields. There is no built-in method to ...

Discover More

Displaying Quick Document Statistics

Need to see how many pages, words, paragraphs, or lines are in your document? Word makes it easy to retrieve such ...

Discover More

Creating a List of Cross-References

Cross-referencing has long been a capability in Word documents. You can easily add and remove cross-references but ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is 6 + 5?

2014-07-16 08:00:26

Pat

If you are not very good at Macros, you can invoke this command a much easier way.

It is available in previous word versions but in Word 2007 for example you would

Go got the File tab on ribbon
Select Options
Then Quick Assess tools
Then Customise Ribbon
Then at the very bottom on the left is “Keyboard shortcuts”
Then change the top box named “specify a command” to show “all commands not in the ribbon”.
Then on the opposite box (named commands) scroll to “GO TO NEXT PAGE” (don’t choose page down as this only moves a screen at a time).
When you click on it, if there is a short cut key already assigned it will show in the box below on the leftt but this is unlikely as there is no default key for this command.
Then click in box named “New short cut key” and type a key combination of your choice – I chose ALT and Page Down because it is easy to remember and also it does not overwrite another shortcut command.
Then click on assign and save.

From now on every time you press ALT and Page Down together you will move to the next page. Of course you can do the same for Page Up.


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.