Microsoft Word archives - The VBScript Network and Systems Administrator's Cafe

The VBScript Network and Systems Administrator's Cafe:

Microsoft Word

May 15 2009   3:12PM GMT

Word Tip: Keyboard shortcuts you may have never knew existed



Posted by: Jerry Lees
word, Microsoft Word, Word Tips, Microsoft Word tips, short cuts, short cut keys, shortcut keys

Recently, I’ve been doing more documentation than coding in VBScript (I’ve been coding, just in VB.Net recently) and have found some useful keyboard short cuts in Office that I thought I’d share with you all in a few blog posts, becasue while I know a lot about a lot of stuff… when it comes to Office I’m still just another “user”. ;-)

These Shortcuts are for Microsoft word and help in formatting the page more quickly.

Decrease font size Ctrl + Shift + <
Increase font size Ctrl + Shift + >
Change font Ctrl + Shift + F, then use the arrow keys to reach the new font
Change font size Ctrl + Shift + P, then use the arrow keys to reach the new font size
Create page break Ctrl + Enter

Enjoy!

Jan 16 2009   1:56AM GMT

Word Tip: Quick and easy tables in Microsoft Word



Posted by: Jerry Lees
Microsoft Word, Word Tips, tips and tricks

This isn’t a VBScript tip— or even a systems administrator tip. However, it is a valuable tip on a quick easy way to create tables in word that are EXACTLY the size you need without knowing ahead of time and doing a lot of clicking in the menus… and if your like me with the number of tables you have to create for documentation this tip is a life saver!

Essentially, You Type the rows like you would a normal sentence except between where you want the columns you place a tab. When the row is completed, instead of pressing ENTER to start a new row… press SHIFT ENTER to start a new row. Then, end the table by simply pressing ENTER.

Finally, highlight the text you wanted to make into a table and select “Make Table” or “Insert Table” from the menu in Microsoft Word, depending on your version. TAHDAH!!!

Here is an example:

This is a cell ”Tab” in a row ”Tab” that is the first row ”Shift Enter”
This is another cell ”Tab” in another row ”Tab” that is the second row ”Shift Enter”
This is a cell ”Tab” in the last row ”Tab” that is the end of the table ”Enter”

It should look like this after you select to Insert the table:

This is a cell in a row that is the first row
This is another cell in another row that is the second row
This is a cell in the last row that is the end of the table