Please Note: This article is written for users of the following Microsoft Word versions: 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. 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: Jumping to Tables.

Jumping to Tables

Written by Allen Wyatt (last updated April 3, 2021)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365


4

If you need to find tables within your documents, then there are a couple of ways you can approach the task. The first is to use the Go To command. Simply follow these steps:

  1. Press F5. Word displays the Go To tab of the Find and Replace dialog box.
  2. In the Go To What list (left side of the dialog box), choose Table. (See Figure 1.)
  3. Figure 1. The Go To tab of the Find and Replace dialog box.

  4. Click on Next to find the next table.
  5. Click on Previous to find the previous table.
  6. Click on Close when completed.

The other approach you can use is the Object Browser. Follow these steps if you are using Word 2007 or Word 2010. (The Object Browser was removed from Word 2013.)

  1. Click on the Select Browse Object button. It is located near the bottom of the vertical scroll bar and has a small round dot on it. A palette of objects appears.
  2. From the object palette, choose the Browse by Table option. It is the one located at the right side of the top row.
  3. Click on the Next arrows (the blue arrows pointing down) to find the next table.
  4. Click on the Previous arrows (the blue arrows pointing up) to find the previous table.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13019) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, and Word in Microsoft 365. You can find a version of this tip for the older menu interface of Word here: Jumping to Tables.

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

Copying Character Formatting

If you are applying character formatting directly to text rather than using a character style you can copy it from one ...

Discover More

AutoFill with Random Numbers

When entering data into a worksheet, you may have a need to fill a range of cells with a group of random numbers. This ...

Discover More

ScreenTips without Hyperlinks

ScreenTips can be a helpful feature in some documents, but adding them also means you need to add a hyperlink. Here's a ...

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)

Printing Only Selected Rows from a Table

Tables are a great way to organize the information in a document. If your table gets quite long, you may not want to ...

Discover More

Suppressing a Zero in a Calculated Sum

You can use fields to calculate a sum of values in a table column. Here are two ways you can modify what the fields ...

Discover More

Displaying Table Gridlines

For those times when you remove the borders from your tables, Word provides a way that you can display non-printing ...

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 8 - 5?

2021-04-03 20:18:16

Rhonda

The loss of the Object Browse button was sorely felt by many who used it. However, some of its functions (e.g. jumping to next images [graphics] and tables) are available from the search function on the navigation pane. Ctrl+F to open the nav pane, then click the drop-down arrow to the right of the magnifying glass icon. Click one of the options in the Find section (e.g. tables), then click the next and previous arrows to quickly jump to that object.


2021-04-03 06:56:59

Ken Endacott

(see Figure 1 below)

Figure 1. 


2021-04-03 06:53:59

Ken Endacott

My apologies. The Browse command is not built in but was one that I had written some time ago and is installed on my computer. The browse functions are still available in VBA on the latter versions of Word but a macro is needed to use them.
Here are a couple of macros that can be placed on the QAT to jump to the next or previous table.
Sub BrowseNextTable()
With Application.Browser
.Target = wdBrowseTable
.Next
End With
End Sub

Sub BrowsePreviousTable()
With Application.Browser
.Target = wdBrowseTable
.Previous
End With
End Sub

My Browse command creates a floating form covering all the Browse options as shown below. The coding is too complex to describe in this forum.
{{fig}]


2021-04-03 05:10:23

Ken Endacott

In Word versions above 2010 the Object Browse Has been removed from the vertical scroll bar but it is still available and its new format it is more user friendly. However it is not installed on the ribbons or the QAT by default.

It can be added to a ribbon or the Quick Access Toolbar from “All Commands” and selecting “Browse”.


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.