Wednesday, 6 June 2012


 Microsoft Word allows you to quickly insert sample text into a document. To do this, type =rand() in the document where you want the sample text to appear, and then press ENTER.
You can control how many paragraphs and lines appear by adding numbers inside the parentheses of the rand() function.
The =rand() function has the following syntax:
=rand(paragraph,line) like this =rand(1,2)
up to =rand(201,99) we can give, it’ll display 543 pages. The follwing same para’ll display n times…
On the Insert tab, the galleries include items that are designed to coordinate with the overall look of your document. You can use these galleries to insert tables, headers, footers, lists, cover pages, and other document building blocks. When you create pictures, charts, or diagrams, they also coordinate with your current document look. You can easily change the formatting of selected text in the document text by choosing a look for the selected text from the Quick Styles gallery on the Home tab. You can also format text directly by using the other controls on the Home tab. Most controls offer a choice of using the look from the current theme or using a format that you specify directly. To change the overall look of your document, choose new Theme elements on the Page Layout tab. To change the looks available in the Quick Style gallery, use the Change Current Quick Style Set command. Both the Themes gallery and the Quick Styles gallery provide reset commands so that you can always restore the look of your document to the original contained in your current template.
*) other than rand() we can give rand.old(1,2) . It’ll displays
The quick brown fox jumps over the lazy dog. The quick brown fox jumps over the lazy dog.

No comments:

Post a Comment