Computer Software

eg: UK or Brides UK or Classical Art or Buy Music or Spirituality
 
eg: UK or Brides UK or Classical Art or Buy Music or Spirituality
 
Business & Money
Technology
Women
Health
Education
Family
Travel
Cars
Entertainment
SD Editorials
Online Guide and article directory site.
Foodeditorials.com
Over 15,000 recipes & editorials on food.
Lyricadvisor.com
Get 100,000 Lyric & Albums.
  • Business & Money
    • A Guide to Business
    • Guide to Finance
    • Ideas for Marketing
    • Legal Guide
    • Guide to Insurance
    • Lettre De Motivation
    • Guide to the Stock Market
    • Human Resource Career
    • Sales Marketing
    • Forex & Trading
    • Advertising & Marketing
    • Startup Guide
  • Technology
    • Guide to Technology
    • Cell Phones
    • Computer Software
    • IT Hardwares
    • Internet
    • Online Security
    • Cameras
    • Search Engine Optimization
    • Science & Technology
  • Women
    • Guide to Women
    • Relationship Advice
    • Marriage
    • Jewelry
    • Pregnancy
    • Fashion Style
    • Divorce Guide
    • Wedding Guide
    • Dating Guide
    • Natural Beauty
  • Health
    • Guide to Health
    • Guide to Medical
    • Plastic Surgery
    • Weight Loss
    • Sports
    • Body Wellness
    • Cancer Treatment
    • Common Illness
    • Health & Lifestyle
  • Education
    • Military Service
    • Politics and Policy
    • Arts & Humanities
    • Education and Teaching
    • Learn Languages
    • Colleges & Universities
  • Family
    • Quality Home Improvement
    • Hobbies and Interests
    • Family Guide to
    • Pet Guide
    • Loans Guide
    • Credit Cards
    • Gardening Guide
    • Home Security
    • Real Estate
    • Home Decor
    • Gift & Present
  • Travel
    • The Travel Guide
    • Adventure Travel
    • Cruise Ships
    • Beach Holiday
    • Travel Accommodation
    • Holiday Destinations
  • Cars
    • Information on Cars
    • Traffic Violations
    • Auto Insurance
    • Trailers
    • Sport Cars
    • The Bikes
  • Entertainment
    • Entertainment Guide
    • World Music
    • Photo & Video
    • Television & Games

Microsoft Word Cheat Sheet

    View: 
Microsoft Word is a word processing program that allows you to create and edit text documents, and is probably the most used program within the Microsoft Office suite. This article aims to highlight some of the keyboard shortcuts available and provide you with some useful tips when using Word. These kinds of hints and tips can be learned by attending a Microsoft Word training course.



Tips

Here are a few tips which you may find useful when using Word:

Changing the case of text

Sometimes you may have typed a lot of text before you realise the Caps Lock key is on, or perhaps you've typed a paragraph of text in all caps and would now prefer to have it in initial caps and lower case. Word has several tools available that can be used to fix this:

Change the incorrect text manually by selecting the text and choosing Change Case in the Format menu. You have the choice of a number of different formats including upper case, lower case, sentence case (where the beginning of each sentence is capitalised), toggle case (this makes upper case into lower case and vice versa) and title case.

Use the keyboard to change the case. Select the text then hold down the SHIFT key and press the F3 key to cycle through the various case options described above.

The AutoCorrect feature in Word will automatically correct accidental use of the caps lock key. Select the AutoCorrect option in the Tools menu and check the box labelled "Correct accidental use of the cAPS lOCK key".

Get Auto Numbering under control

The Auto Numbering tool in Word can be a very useful tool, but it can also be very annoying. If you start a list by typing "1." and then typing some text, when you press ENTER at the end of the paragraph Word will automatically convert the paragraph to a numbered list and indent the next paragraph and start it with "2.". This is alright if you want a sequentially numbered list but sometimes you may have a list that is not sequential or you may not want Word to number the list. To turn off Auto Numbering go to the Tools menu and select the Auto Correct option. Click the tab labelled "Auto Format As You Type" and remove the check mark from the box "Automatic Numbering Lists". Auto Numbering can be turned back on by re-checking this box.

Pick up where you left off

When you open a document to work on in Word the flashing cursor is automatically placed at the top of the first page. This can be frustrating when you are continuing work on a long document as to pick up where you left off you have to scroll through many pages to find the correct location and then click to move the flashing cursor. To get round this problem as soon as you open the document hold down the SHIFT key and press the F5 key. Word will then move the flashing cursor to the exact point where you left off when the document was last closed, whether it was at the end of the document or somewhere in the middle.

Add lines in Word

You can get Word to draw horizontal lines across the page using the following keystrokes:

Normal line - Three hyphens and ENTER

Bold line - Three underscores and ENTER

Double line - Three equals signs and ENTER

Thick line with thin lines above and below - Three hashed and ENTER

Shortcuts

The keyboard can often work faster than the mouse, so why not give the mouse and your wrist a break and start accomplishing tasks more quickly and easily with simple keystrokes.

Editing

Copy CTRL+C

Cut CTRL+X

Find CTRL+F

Paste CTRL+V

Replace CTRL+H

Select all CTRL+A

Undo CTRL+Z

Formatting

AutoFormat CTRL+ALT+K

Bold CTRL+B

Underline CTRL+U

Italics CTRL+I

Subscript CTRL+=

Superscript CTRL+SHIFT+=

Text justification

Justify centre CTRL+E

Justify full CTRL+J

Justify left CTRL+L

Justify right CTRL+R

Line spacing

Line spacing 1 CTRL+1

Line spacing 1.5 CTRL+5

Line spacing 2 CTRL+2

Misc

Date Field ALT+SHIFT+D

Help F1

Print CTRL+P

Save CTRL+S
Microsoft Word Cheat Sheet
Microsoft Access is a database management system that allows you to create and process data in a database, which has rapidly become the database of choice for Windows based database development. If you are self taught and have not had any Microsoft Access training you are probably unaware of the many shortcuts available within Access. This article aims to provide some useful tips and shortcuts to help you when using Access.

Tips

Here are a few simple tips to make using Access easier:

Importing a Microsoft Word table

To import a Microsoft Word table into Access follow the steps described below:

-In Word select the table you wish to import, click on the Table menu, select Convert and click Table to Text

-Copy your selected table into a new document and save it as a text file

-In Access use the Get External Data command to import the contents of your newly created text file

Use wildcards in the search text box

You can use wildcards such as question mark (?) and asterisk (*) in the search text box. The question mark will match any single character, for example, s't will find "set" and "sat". The asterisk will match any number of characters, for example, s*d will find "sad", "started" and "standard".

Display current date and time in a column of any width

The function =NOW() will return the current date and time, but when entered in a column which is not wide enough to display the returned value the cell displays 3 hash symbols. You could get round this by widening the column but this is not always convenient, the column may already be at its maximum width to be able to see all the columns on one screen or it may force you to change your print settings. The solution is to use the TEXT function to convert the value returned by the NOW function to text.

Text, as opposed to a number, will stretch into the next column. There are two arguments in the TEXT function. The first is the value to convert to text, the second is the format to show it in. Custom number codes in quotation marks should be used to specify the format. For example, TEXT(NOW(),"ddd dd/mm/yy hh:mm") will return the current date and time in the format MON 09/10/06 11:38.

Archiving data

If you can't bear the thought of deleting obsolete records you can instead flag them with a Yes/No field. You can then use the value in this field to determine whether to show records. For example, you could only display records with a Yes value in your queries, reports, forms and so on.

Automatically compact and repair

To ensure optimum performance you should compact and repair your Microsoft Access files regularly. In the Tools menu select Database Utilities and then click on Compact and Repair Database. You can simplify the process and get Access to do this for you automatically by completing the following steps:

-Open the Access database or project you want Access to compact automatically

-On the Tools menu select Options

-Click on the General tab

-Select the Compact on Close check box

Shortcuts

It is true that the keyboard is faster than the mouse for a number of commonly used tasks because you don't have to go through the point, select and click sequence. Here is a list of speedy keyboard shortcuts that you can use to save you time when working with your Access databases.

Moving records

Add a new record CTRL++

Cut current line and copy to clipboard CTRL+Y

Delete current record CTRL+-

Insert new line CTRL+ENTER

Moving through database

Move to beginning of multiple line field CTRL+HOME

Move to end of multiple line field CTRL+END

Move to first field in first record (Navigation mode) CTRL+HOME

Move to last field in last record (Navigation mode) CTRL+END

Move to page number/record number box F5

Next window CTRL+F6

Find and replace

Find CTRL+F

Find next SHIFT+F4

Find previous SHIFT+F3

Goto CTRL+G

Replace CTRL+H

Misc

Close CTRL+W

Copy CTRL+C

Cut CTRL+X

Edit/navigation mode (toggle) F2

File/Save As F12

Save current record SHIFT+ENTER
More Articles from
Microsoft Word Office 2007
Best Practices Information Technology
Brochure Using Microsoft Word
Formatting Microsoft Word Documents
Free Downloadable Microsoft Word
How To Recover Corrupted Files
Keyboard Shortcuts Microsoft Word
Make A Brochure On Microsoft Word
Microsoft Word & Excel
Microsoft Word 2007 Format
Microsoft Word 2007 Tips
Microsoft Word Cheat Sheet
Microsoft Word For Home
Microsoft Word For Xp
Microsoft Word Formatting Toolbar
Microsoft Word Has Encountered A Problem And Needs To Close
Microsoft Word How To
Microsoft Word Is A
Microsoft Words For Free
Password Recovery Microsoft Word
Recover Microsoft Word Document
» More on
Microsoft Word Office 2007
  • Related Articles
  • Author
  • Most Popular
•Brochure Using Microsoft Word, by Gabriel Adams
•Formatting Microsoft Word Documents, by Recovery Toolbox Inc
•Free Downloadable Microsoft Word, by Di Chapman
•Keyboard Shortcuts Microsoft Word, by Dwight Davidson
•Make A Brochure On Microsoft Word, by Binoy
Rich Talbot has sinced written about articles on various topics from Software, Data Recovery and Software. Author is a trainer with a company, the UK industry leader in its sector. For more information on. Rich Talbot's top article generates over 165000 views. to your Favourites.
Best Treatment For Cellulite
In the end, your diet is extremely important when it comes to combating cellulite
 
A Guide to Business | Guide to Technology | Guide to Women | Guide to Health | Family Guide to | Travel & Vacations | Information on Cars

EditorialToday Computer Software has 2 sub sections. Such as Software and All Microsoft Softwares. With over 20,000 authors and writers, we are a well known online resource and editorial services site in United Kingdom, Canada & America . Here, we cover all the major topics from self help guide to A Guide to Business, Guide to Finance, Ideas for Marketing, Legal Guide, Lettre De Motivation, Guide to Insurance, Guide to Health, Guide to Medical, Military Service, Guide to Women, Pet Guide, Politics and Policy , Guide to Technology, The Travel Guide, Information on Cars, Entertainment Guide, Family Guide to, Hobbies and Interests, Quality Home Improvement, Arts & Humanities and many more.
About Editorial Today | Contact Us | Terms of Use | Submit an Article | Our Authors