Evan Barash | September 30, 2009 | 2:49pm
For all you style swashbuckling, graphic designing, desktop publishing gurus out there, here's a handy tool built into Word 2007 that allows you to insert dummy latin text into your document. Here's the syntax:
Simply type the following and press Enter where you want the text to appear in your document:
=lorem(x,y)
NOTE: =lorem(x) will generate X paragraphs each with 3 sentences by default.
Examples
Generate 5 paragraphs of dummy text, each with 5 sentences
=lorem(5,5)
Generate 10 paragraphs, each with 3 sentences
=lorem(10,3) OR
=lorem(10)