microsoft office tips's tag archives

How To Remove The Ribbon In Office 2007

A friend recently was telling me that the ribbon which is a new feature with Office 2007 was taking a lot of screen space and that he wasn't comfortable with it. I was also surprised to note that he did not know how to remove it. I assume there are a lot more people around the world who may not know and hence this post. There are two ways of removing the ribbon in Office 2007 - Removing the ribbon in Office 2007 - Type 1 Click the Down Arrow (as shown in the screenshot below) which is...

How to generate sample text in Microsoft Word

If you are working with a word template or a demonstration and want to generate some random text, then instead of typing some garbage you can use a nifty piece of code to generate random text. To generate lorem ipsum text(latin): Open a document in Microsoft Word Type  =lorem() and press enter You'll see some sample lorem ipsum text block in your document To generate english text: Open a document in Microsoft Word Type  = rand(num1,num2) : Here num1 is for the number of...