A quick way to create dummy text using MSWord
While creating a sample page, I needed to populate some sample text quickly without using any documents from the office. I started random typing, but I quickly remembered the built in marcos in Word for just such a purpose.
If you type in
=lorem()
and press enter, you get one line of Lorem Ipsum
if you type in
=lorem(10)
and press enter, you get 10 lines.
If you prefer English to Latin, then type in
=rand(10)
and press enter for 10 lines of 'random' text (not really random, but its text that is readable that I did not have to type)
Comments
Post a Comment