Generate Dummy Text in WordWhen it comes to dummy text, I always go by the eternally useful Lorem ipsum sequence. That means that I have to use its own generator or the text sequence saved comfortably in a text file ready for my use. However, for Microsoft Word users, you don’t have to pull up any other generator just to place dummy text on your document. You can actually generate paragraphs of text using the magical syntax:

=rand(p,s)

where p is the number of paragraphs you’d want generated and s being the number of sentences in each paragraph. For example, =rand(2, 10) will create two paragraphs with 10 sentences each. Inputing =rand() will generate three paragraphs. Just type this on your document and watch text generated automatically. Since Easter Eggs aren’t really legal in Windows or Office, Microsoft actually documented this bit.

Thanks to How-to Geek.