Posts Tagged ‘tabs’

Quickly Display the Tabs Dialog Box in MS Word

Thursday, January 12th, 2012

As anyone who subscribes to my newsletter or blog knows, I am the queen of saving time and keystrokes.  Why on earth would one want to do something the long way??

So in that regard, here is a handy little shortcut you can use to display your Tabs dialog box:

Simply double-click on your Ruler just below the markings that appear there.   Be certain that you double-click ONLY at the bottom of your Ruler.  If you click at the top the Page Setup dialog will appear instead of the Tabs dialog.

Please note that when you double-click on your Ruler, you may also find that you have accidentally created a tab stop. Don’t fret though. You can quickly and easily remove that inadvertent tab stop by dragging if off your Ruler. Of course, you can also do it in the Tabs Dialog box by clicking Clear All.

Deleting all Tab Stops in MS Word

Tuesday, August 30th, 2011

A reader wrote to me recently inquiring whether there was a keyboard shortcut to delete all tab stops in her document.

Unfortunately there is no keyboard shortcut to accomplish this task. You must use the Tabs dialog box instead.

Follow the steps below to learn how:

Click CTRL + A to select your entire document.

Display the Home tab of your Ribbon.

Click the small icon at the bottom-right of the Paragraph group to display the dialog box.

Click the Tabs button at the bottom-left to display the Tabs dialog box.

Click the Clear All button.

Click OK.

In version 2003, simply click on Format | Tab | Clear All.

I have read different posts that suggest a quick way to delete tab stops is to select all the text and then click CTRL + Q. This removes all explicit paragraph formatting from your text.  While the tab stops are a paragraph format, CTRL + Q just removes any explicitly added tab stops and sets the paragraphs back to whatever formatting is defined for each paragraph’s style. So if the underly paragraph style has tab stops defined, those stops remain after CTRL + Q is clicked and not all tab stops are removed.

More importantly, you should know that when you get rid of your paragraph stops, Word’s default tab stops automatically take place. The default tab stops in MS Word are set for every half inch. You can set them to a different setting, but you cannot cleanse your document of all tabs completely. There is no method to do this.

Should you need to remove tab stops from a large number of documetns you may want to use a macro to accomplish the task for you. The macro below will remove all tab stops from all paragraphs in yoru document:

Sub TabsGone()

     ActiveDocument.Paragraphs.TabStops.ClearAll

End Sub

Create Mailing Labels Using MS Works

Wednesday, July 16th, 2008

 

I have received a question asking me how to create mailing labels using Microsoft Works.  I don’t know of too many folks who use Microsoft Works as it really is a very stripped down piece of software.  Myself, I would use the Microsoft Office Suite or OpenOffice Writer for this task.

Follow the steps below to create your mailing labels using MS Works:

  1. Make sure the database you use to create your labels is up to date.
  2. Open MS Works.
  3. Open a new document within MS Works.
  4. On the Tools menu, click Labels. Make sure that you select the Labels option to create labels with different information on each label.
  5. Click on the Label Size tab to select the size of your label.
  6. Click on the Database tab to select which database you will be using to create your labels.
  7. Click on the Recipients tab to select the database records you want to use.
  8. Click on the Label Layout tab to select the database fields you want to use and also set your preferences for your labels.
  9. Click the Printing Tab to select your printing options.
  10. Click Test to print a test sheet of  labels.
  11. Load the correct size labels into your printer and print!

It really isn’t as daunting as one might think is it?