Posts Generating random text – I
Post
Cancel

Generating random text – I

This works in any version of Microsoft Word… Just open up a new document, and then type in =rand() into the document:

texts

 

And then hit enter.

Three paragraphs of text will be instantly added…

text1

You can add more than 3 paragraphs by using the following syntax

=rand(paragraphs,sentences)

For instance, for 6 paragraphs of 20 sentences each, you would use:

=rand(6,20)

This post is licensed under CC BY 4.0 by the author.