Hack 14 Insert Placeholder TextWhen designing a template or experimenting with formatting, sometimes you just need textany textto play around with. To quickly and easily fill a paragraph, a page, or an entire document with text, just type the following on a blank line in any open document and press Enter: =rand( ) By default, you get three paragraphs with four sentences each, as shown in Figure 3-1. The sentence used depends on the language of your version of Word. The English version uses "The quick brown fox jumps over the lazy dog," which happens to use every letter in the alphabet. Figure 3-1. Word's placeholder textIf you need more or less than the default amount of text, provide numerical values to the rand() function: =rand(paragraphs, sentences) Both arguments are optional, but if you want to specify the number of sentences, you must also specify the number of paragraphs.
3.2.1 Make Your Own Placeholder Text with AutoCorrect
If foxes and dogs aren't for you, you can create your own placeholder text as an AutoText entry.
Type your placeholder text, select it, and choose
Insert Figure 3-2. Choose a name for your placeholder AutoText entry that won't likely come up elsewhere in a documentNow whenever you type the name of the AutoText entry, Word will offer to insert your placeholder text, as shown in Figure 3-3. Figure 3-3. As you type the name of your AutoText entry, Word will offer to replace it with the predefined text |