- Community Pick
Insert Lorem Ipsum Text:
1. Launch Microsoft Word 2007 (or above)
2. Type in "=lorem(m, n)", substituting m and n with numbers in a new line. For example, "=lorem(50,35)"
3. Press Enter key
Vola, Microsoft Word automatically inserts random "lorem Ipsum" text in your document. The meaning of the parameters in the lorem() function is:
n: the number of setences in each paragraph
So the above example will insert 50 paragraphs of "lorem Ipsum" text with 35 sentences in each paragraph.
Insert Random Readable Text
1. Launch Microsoft Word 2007 (or above)
2. Type in "=rand(m, n)", substituting m and n with numbers in a new line. For example, "=rand(30,25)"
3. Press Enter key
Microsoft Word automatically inserts random readable text in the document. The parameters in "rand()" function have the same meaning as in "lorem()" function, so the above example will insert 30 paragraphs of random text in the document with 25 sentences in each paragraph.
You can use both rand() and lorem() functions at any place at any time when you need to insert some random text to fill up some space in a new or existing Word document, and also by using large numbers for m and n, you can create a large test document with thousands pages in no time.