Word2007.Tips.Net Welcome toWord2007.Tips.Net

Helpful Links

Word 2007 Home
Tips.Net Home

Ask a Question
Make a Comment

Excel2007 Tips
Money Tips
Pest Tips
Word2007 Tips

Newest Tips

Hanging Indents

Getting Around How Word Sorts Text

Getting Rid of MRU Entries

What is an MRU File?

Formatting Multiple Documents

Inserting a Dynamic Word Count in Your Document

Turning Off Automatic Indenting

 

Creating Filler Text

Summary: The quick brown fox jumps over the lazy dog, or so the story goes. Here's how to put this type of meaningless text into a document.

If you are looking for a quick way to put meaningless tripe in your document, then Word is only too happy to oblige. Why would you need meaningless tripe? Perhaps to do some testing, fill some space., or to see how text looks in a given page format Regardless, Word provides a quick way to do this. Try the following:

  1. Position the cursor at the beginning of a paragraph.
  2. Type =rand() and press Enter. (It doesn't really matter if you use lowercase, uppercase, or mixed case.)

Word replaces this text with 3 paragraphs of 3 sentences each. The sentences consist of helpful hints on how to change the appearance of your document. You can vary the number of sentences per paragraph, as well as the number of paragraphs, by using the format =rand(p,s) in step 2. In this format, p is replaced with the number of paragraphs you want and s is replaced with the number of sentences per paragraph. Thus, if you wanted 9 paragraphs of 7 sentences each, you could use =rand(9,7) in step 2. You can leave out the sentence count parameter, if desired, and Word will resort, again, to 3 sentences per paragraph.

If creating this type of meaningless text doesn't work on your system, check the following:

  1. Click the Office button and then click Word Options. Word displays the Word Options dialog box.
  2. At the left side of the dialog box click Proofing.
  3. Click the AutoCorrect Options button. Word displays the AutoCorrect tab of the AutoCorrect dialog box. (Click here to see a related figure.)
  4. Make sure the Replace Text As You Type check box is selected.
  5. Click OK to close the AutoCorrect dialog box.
  6. Click OK to close the Word Options dialog box.

If you are a long-time user of Word, you may remember that in previous versions using =rand() returned sentences about "the quick brown fox." If you are sentimentally attached to that old brown fox, you can instead use the command =rand.old() and Word uses the old sentences as filler. The parameters that can be used with the command are the same.

It is interesting to note that if you look through AutoCorrect replacement text entries in the AutoCorrect dialog box, you will find nothing there about this feature. It seems, instead, to be built into Word "behind the scenes."

Related Tips:

More Power! For some people, the prospect of creating Word macros can be scary. WordTips: The Macros can help you conquer your fears and you'll discover you're much more confident and productive as you make Word do exactly what you want. This is an invaluable source for learning macros. You are introduced to the topic in bite-sized chunks, pulled from past issues of WordTips. Learn at your own pace, exactly the way you want. Check out WordTips: The Macros today!