Some of the content in this topic may not be applicable to some languages.
Do any of the following:
Scroll through a document
After scrolling, click where you want to start typing, and then do any of the following:
Tips
To scroll more slowly, use the arrow keys or the PAGE UP or PAGE DOWN key on the keyboard.
Some mouse devices and other pointing devices, such as the Microsoft IntelliMouse, have built-in scrolling and zooming capabilities. For more information, see the instructions for your pointing device.
Scroll through two parts of a document simultaneously by splitting the window
- Point to the split box at the top of the vertical scroll bar.
- When the pointer changes to , drag the split bar to the position you want.
Notes
- To return to a single window, double-click the split bar.
- To move or copy text between parts of a long document, split the window into two panes. Display the text or graphics you want to move or copy in one pane and the destination for the text or graphics in the other pane, and then select and drag the text or graphics across the split bar.
Go to a specific page, table, or other item
Browse to the next or previous page, table, or other item of the same type
For example, if you want to browse to the next page, click Browse by Page .
Return to a previous editing location
Microsoft Word keeps track of the last three locations where you typed or edited text.
Note You can also use this feature to return to a previous location after saving your document.
Find text
Use Microsoft Word to find and replace text, formatting, paragraph marks, page breaks, and other items. You can extend your search by using wildcards and codes.
Find text
You can quickly search for every occurrence of a specific word or phrase.
- On the Edit menu, click Find.
- In the Find what box, enter the text that you want to search for.
- Select any other options that you want.
To select all instances of a specific word or phrase at once, select the Highlight all items found in check box, and then select which portion of the document you want to search in by clicking in the Highlight all items found in list.
- Click Find Next or Find All.
To cancel a search in progress, press ESC.
Replace text
You can automatically replace text ù for example, you can replace "Acme" with "Apex."
- On the Edit menu, click Replace.
- In the Find what box, enter the text that you want to search for.
- In the Replace with box, enter the replacement text.
- Select any other options that you want.
For Help on an option, click the question mark , and then click the option.
- Click Find Next, Replace, or Replace All.
To cancel a search in progress, press ESC.
Find and replace specific formatting
You can search for and replace or remove character formatting. For example, find a specific word or phrase and change the font color, or find specific formatting such as bold and remove or change it.
- On the Edit menu, click Find.
- If you don't see the Format button, click More.
- In the Find what box, do one of the following:
- To search for text without specific formatting, enter the text.
- To search for text with specific formatting, enter the text, click Format, and then select the formats you want.
- To search for specific formatting only, delete any text, click Format, and then select the formats you want.
- Select the Highlight all items found in check box to find all instances of the word or phrase, and then select which portion of the document you want to search in by clicking in the Highlight all items found in list.
- Click Find All.
All instances of the word or phrase are highlighted.
- Click Close.
- On the Formatting toolbar, click buttons to make changes. For example, select a different font color, click Bold , and then click Italic .
The changes you make are applied to all the highlighted text.
- Click anywhere in the document to remove highlighting from the text.
Find and replace paragraph marks, page breaks, and other items
You can easily search for and replace special characters and document elements such as page breaks and tabs.
- On the Edit menu, click Find or Replace.
- If you don't see the Special button, click More.
- In the Find what box, do one of the following:
- To choose the item from a list, click Special, and then click the item you want.
- Type a code for the item directly in the Find what box.
- If you want to replace the item, enter what you want to use as a replacement in the Replace with box.
- Click Find Next, Replace, or Replace All.
To cancel a search in progress, press ESC.
Tip
For a quick way to find items such as graphics or comments, click Select Browse Object on the vertical scroll bar, and then click the item you want. You can click Next or Previous to find the next or previous item of the same type.
Find and replace noun or adjective forms or verb tenses
You can search for:
Singular and plural noun forms
For example, replace "apple" with "orange" at the same time that you replace "apples" with "oranges".
All adjective forms
For example, replace "worse" with "better" at the same time that you replace "worst" with "best".
All tenses of a root verb
For example, replace "sit" with "stand" at the same time that you replace "sat" with "stood".
- On the Edit menu, click Find or Replace.
- If you don't see the Find all word forms check box, click More.
- Select the Find all word forms check box.
- In the Find what box, enter the text you want to find.
- If you want to replace the text, enter the replacement text in the Replace with box.
- Click Find Next, Replace, or Replace All.
- If the replacement text is ambiguous, click the word that best matches the meaning you want.
For example, "saw" can be both a noun and a verb; click "saws" to replace nouns, or click "sawing" to replace verbs.
To cancel a search in progress, press ESC.
Notes
- If you're replacing text, it's a good idea to click Replace instead of Replace All; that way, you can confirm each replacement to make sure it's correct.
- Use the same part of speech and tense for both the search and replacement text. For example, search for "see" and replace it with "observe" (both are verbs in the present tense).
Search by using wildcards
Use wildcards to find and replace
For example, use the asterisk (*) wildcard to search for a string of characters ("s*d" finds "sad" and "started").
- On the Edit menu, click Find or Replace.
- If you don't see the Use wildcards check box, click More.
- Select the Use wildcards check box.
- Enter a wildcard character in the Find What box. Do one of the following:
- To choose a wildcard character from a list, click Special, click a wildcard character, and then type any additional text in the Find what box.
- Type a wildcard character directly in the Find what box.
- If you want to replace the item, enter what you want to use as a replacement in the Replace with box.
- Click Find Next, Replace, or Replace All.
To cancel a search in progress, press ESC.
Notes
- When the Use wildcards check box is selected, Word finds only the exact text you specify. (Notice that the Match case and Find whole words only check boxes are unavailable (dimmed) to indicate that these options are automatically on; you canÆt turn off these options.)
- To search for a character that's defined as a wildcard, type a backslash (\) before the character. For example, type \? to find a question mark.
Wildcards for items you want to find and replace
To find:
- Any single character
- Type ?
- For example, s?t finds "sat" and "set".
- Any string of characters
- Type *
- For example, s*d finds "sad" and "started".
- The beginning of a word
- Type <
For example, <(inter) finds "interesting" and "intercept", but not "splintered".
- The end of a word
- Type >
- For example, (in)> finds "in" and "within", but not "interesting".
- One of the specified characters
- Type [ ]
For example, w[io]n finds "win" and "won".
- Any single character in this range
- Type [-]
- For example, [r-t]ight finds "right" and "sight". Ranges must be in ascending order.
- Any single character except the characters in the range inside the brackets
- Type [!x-z]
For example, t[!a-m]ck finds "tock" and "tuck", but not "tack" or "tick".
- Exactly n occurrences of the previous character or expression
Type {n}
For example, fe{2}d finds "feed" but not "fed".
- At least n occurrences of the previous character or expression
Type {n,}
For example, fe{1,}d finds "fed" and "feed".
- From n to m occurrences of the previous character or expression
Type {n,m}
For example, 10{1,3} finds "10", "100", and "1000".
- One or more occurrences of the previous character or expression
Type @
For example, lo@t finds "lot" and "loot".
Notes
- You can use parentheses to group the wildcard characters and text and to indicate the order of evaluation. For example, type <(pre)*(ed)> to find "presorted" and "prevented".
- You can use the \n wildcard to search for an expression and then replace it with the rearranged expression. For example, type (Newton) (Christie) in the Find what box and \2 \1 in the Replace with box. Word will find "Newton Christie" and replace it with "Christie Newton".
Search by using codes
Use codes to find and replace
For example, type ^p to find a paragraph mark.
On the Edit menu, click Find or Replace.
If you don't see the Special button, click More.
- Enter a code in the Find What box. Do one of the following:
- To choose a code from a list, click Special, click a character, and then type any additional text in the Find what box.
- Type a code directly in the Find what box.
- If you want to replace the item, enter what you want to use as a replacement in the Replace with box.
- Click Find Next, Replace, or Replace All.
To cancel a search in progress, press ESC.
Codes for items you want to find and replace
As specified, some codes work only if the Use wildcards option is on or off.
Codes that work in the Find what or Replace with box
To specify:
- Paragraph mark ()
- Type ^p (doesnÆt work in the Find what box when wildcards are on)
- Tab character ()
- Type ^t
- ANSI or ASCII characters
- Type ^0nnn, where nnn is the character code
- Em dash ( ù )
- Type ^+
- En dash ( û )
- Type ^=
- Caret character
- Type ^^
- Manual line break ()
- Type ^l
- Column break
- Type ^n
- Manual page break
- Type ^m (also finds or replaces section breaks when wildcards are on)
- Nonbreaking space ()
- Type ^s
- Nonbreaking hyphen ()
- Type ^~
- Optional hyphen ()
- Type ^-
Codes that work in the Find what box only (when wildcards are on)
- Graphic
- Type ^g
Codes that work in the Find what box only (when wildcards are off)
- Any character
- Type ^?
- Any digit
- Type ^#
- Any letter
- Type ^$
- Footnote mark
- Type ^f
- Endnote mark
- Type ^e
- Field
- Type ^d
- Section break
- Type ^b
- White space
- Type ^w (any combination of regular and nonbreaking spaces, and tab characters)
Codes that work in the Replace with box only
Notes
- Windows Clipboard contents
- Type ^c
- Contents of the Find what box
- Type ^&
- If you include the optional hyphen code, Word finds only text with optional hyphens in the position you specified. If you omit the optional hyphen code, Word finds all matching text, including text with optional hyphens.
- If you're searching for fields, you must display field codes. To switch between displaying field codes and field results, click the field, and press SHIFT+F9. To show or hide field codes for all fields in the document, press ALT+F9.
- If you're searching for graphics, Word finds only inline graphics; Word does not find floating graphics. By default, Word inserts imported graphics as inline graphics, but you can change a floating graphic to an inline graphic.
Navigate by using the Document Map
Document headings must be formatted with built-in heading styles in order to display in the Document Map.
- On the View menu, click Document Map.
Select the level of headings to display. Do any of the following:
To display all headings at a specific level or below, right-click a heading in the Document Map, and then click a number on the shortcut menu. For example, click Show Heading 3 to display heading levels 1 through 3.
To collapse the subordinate headings under an individual heading, click the minus sign (-) next to the heading.
To display the subordinate headings under an individual heading, click the plus sign (+) next to the heading.
Click a heading in the Document Map you want to navigate to. The insertion point in the document will move to the selected heading.
When you're through, click Document Map on the View menu to close the pane.
Tip
You can also close the Document Map by double-clicking the resize bar at the right edge of the pane.
Navigate by using a table of contents
A table of contents is a list of the headings in a document. You can use a table of contents to get an overview of the topics discussed in a document. If you are creating a document for the Web, you can put the table of contents in a Web frame so that you can easily navigate through the document.
You can create a table of contents using the built-in heading styles and outline-level formats in Microsoft Word. If you want to use your own formatting for headings, apply custom heading styles. To use additional options for customizing the table of contents, you can use fields. For example, you can use fields to omit page numbers from part of the table of contents.
After you've specified the headings to include, you can choose a design and build the finished table of contents. When you build a table of contents, Word searches for the specified headings, sorts them by heading level, and displays the table of contents in the document.
Ways to view a table of contents
When you display a document in print layout view, the table of contents includes page numbers along with the headings. When you switch to Web layout view, the headings are displayed as hyperlinks so that you can jump directly to a topic. To quickly navigate through a document as you view it in Word, consider using the Document Map.