Wednesday, September 12, 2012

Generate Random Text in Microsoft Word 2007

  1. In Microsoft Word 2007, type the following: =rand() and then press Enter

  2. You can specify how many sentences and paragraphs you want by typing the following: =rand(number of paragraphs,number of sentences)
    For example:
    =rand(4,6)

  3. If you want lorem ipsum text, then you can replace rand with lorem
    For example: =lorem(3,5)

No comments:

Post a Comment