scalar email

Enjoyable at Work: Microsoft Word “Easter Egg”

This isn’t specifically an easter egg, since it’s in fact documented in Microsoft’s knowledge base, however it’s one of those functions that you simply weren’t anticipating so it still qualifies.

This need to work in any kind of variation of Microsoft Word … Just open up a new document, and then key in =rand() into the record:

And then hit go into … voila! 3 paragraphs of message will certainly be promptly included …

You can add greater than 3 paragraphs or more than 5 sentences per paragraph by using the adhering to syntax

= rand(paragraphs, sentences)

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

= rand(6,20)

Update

You can additionally make use of =lorem() as opposed to rand(), with the very same phrase structure if you wished to put the Lorem Ipsum message rather than entirely arbitrary message. Many thanks to will certainly in the remarks for the upgrade!

I’ve also added an example of the lorem ipsum generator.

Enjoy!

Leave a Reply