Read this tip to make your life smarter, better, faster and wiser. LifeTips is the place to go when you need to know about Word 97 and other Software topics.
This is a tip which I use all the time and it's really useful whenever you want to try something out in Word.
You don't want to experiment on your real documents, so try this to give you some dummy text whenever you want.
At the start of a new line, type this:
=rand()
And press the Enter key.
Word puts in three paragraphs, each of which contains five sentences of "The Quick Brown Fox Jumps Over The Lazy Dog". If the sentence seems familiar, it's generally used in typing training, because it contains every letter of the alphabet.
You can modify this procedure as follows:
=rand(10,1) will give you 10 paragraphs, each with one sentence.
=rand(5,10) will give you 5 paragraphs, each with 10 sentences and so on.
Guru Spotlight |
William Pirraglia |