Word layout trick

 

Word-sample-textIf you use Microsoft Word then formatting letters, templates and other documents can be a common task, here is a little tip that allows you to create some sample text in the document to help you see how it will look with content.

In your word document, where you want sample text to appear, type the following:

=rand(2,3)

You should see 2 paragraphs of text each containing 3 lines.

The syntax of the command is:

=rand(paragraphs,lines)

So this:

=rand(4,3)

Will produce 4 paragraphs each containing 3 lines of text.

If you want the text to appear as pseudo-Latin then replace rand with lorem like this:

=lorem(4,3)