Apparently, Microsoft Office Word is full of Easter Eggs (an "Easter Egg" is a small, undocumented procedure in a program that normally expresses interesting commentaries or gives credit to the people who labored over the program. Like their namesake, Easter Eggs normally take a while to find and can be quite elusive. )
Perhaps the most famous is the "rand" trick. Open up a new Office Word document and type the following exactly as it appears below, then press enter.
=rand(x, y)
Where 'x' is the number of paragraphs and 'y' is the number of sentences.In the case of Office Word 2007 enter =rand.old(x, y) to get the same effect.
This will then display the pangram for x paragraphs and y sentences (The quick brown fox jumps over the lazy dog). A pangram is a sentence that contains all the letter in the alphabet. It's used for displaying fonts, etc.
More pangrams
- =lorem() or =lorem(x, y) -- which will do the same thing but instead for Lorem Ipsum text.
- =rand() or =rand(x, y) (only in Office Word 2007) -- displays some boilerplate text about the insert tab.
1 comments:
this is a good trick and it works!!
Post a Comment