Posts Tagged 'Word 2007'

Create and Publish Blog Postings in Word 2007/2010

Microsoft Word 2007 and 2010 lets you create blog postings and publish them directly from Word. (Actually, I’m doing it right now!) Using Word is generally easier than most blogging software, which requires users to edit HTML code.

To create a blog posting from Word:

  1. Click the Office button.
  2. Select New, select New blog post, and then click the Create button (lower right corner).
  3. Click the Register Now button in the dialog, and then select your Blog provider from the drop-down list.
  4. Enter the appropriate information into the New Blogger Account dialog box.
  5. Click the Picture Options button if you want to select a picture provider from the drop-down list.
    (If you don’t use a picture provider, select None-Don’t Upload Pictures.)
  6. Type your blog posting, and click the Publish button on the Ribbon to publish it to the blog. (When you publish, Word will prompt you for your Username and Password.)

Permanently Remove Track Changes from a Word 2007/2010 Document

With past versions of Word, it has been challenging to completely remove changes made to a document while Track Changes was enabled. This problem sometimes resulted in embarrassment when a final document was sent with a history of changes and revisions hidden in the document and unknown to the author.

Luckily, Word 2007 has resolved this problem. Before distributing a document, you can use Word’s Document Inspector to completely remove all comments and revisions.

To prepare a document for distribution:

  1. Click the Office button.
  2. Point to Prepare and select Inspect Document.
  3. Word will display the Inspect Document dialog box.
  4. Check the first option: Comments, Revisions, Versions and Annotation.
  5. Check any other options you want Word to inspect.
  6. Click the Inspect button. (Word will prompt you to save the document if there are unsaved changes.)
  7. Word will display the inspection results.

If any comments or revisions are discovered, you can permanently remove them by clicking the Remove All button in the Document Inspector dialog.

Citations and Bibliographies in Word 2007/2010

Students don’t realize how easy they have it these days…

Remember typing out a bibliography on a typewriter, only to make a mistake at the bottom of the page and have to type the whole darn thing over?  Or having to type the bibliography over because your professor required the Chicago style sheet and you used MLA?  No more.

Word 2007 includes a new bibliography feature that makes it easier than ever to manage sources and create a bibliography, according to the style rules you select.

As you conduct research, you can add each source to a master list of sources.  For each source, you’ll fill in the title, author, publication date, etc.  When you write the paper and quote one of your sources, you can insert a citation simply by selecting one of the sources from your list.  When you’re ready to create your bibliography, Word will create it automatically from the sources you entered.

Supressing Blank Lines in a Word 2007 Mail Merge

  • In earlier versions of Word, you were easily able to suppress the blank lines in a mail merge. In Word 2007, it does not seem to automatically do this.Say for example, you have a data file with Address 1, Address 2, and Address 3. When you add the fields to your merge document, they look something like this:

    «Address 1»
    «Address 2»
    «Address 3»
    «City», «State» «Zip»

  • Create and Publish Blog Postings from Word 2007

    Microsoft Word 2007 lets you create blog postings and publish them directly from Word. (Actually, I’m doing it right now!) Using Word is generally easier than most blogging software, which requires users to edit HTML code.

    To create a blog posting from Word:

    1. Click the Office button.
    2. Select New, select New blog post, and then click the Create button (lower right corner).
    3. Click the Register Now button in the dialog, and then select your Blog provider from the drop-down list.
    4. Enter the appropriate information into the New Blogger Account dialog box.
    5. Click the Picture Options button if you want to select a picture provider from the drop-down list.
      (If you don’t use a picture provider, select None-Don’t Upload Pictures.)
    6. Type your blog posting, and click the Publish button on the Ribbon to publish it to the blog. (When you publish, Word will prompt you for your Username and Password.)

    Use CTRL to Select Noncontiguous Items in a Word Document

    Word 2002/2003 lets you select multiple noncontiguous items in a document.

    Although this feature has been available in Excel for some time, it was not introduced in Word until ver. 2002, and is still available in ver. 2003.

    For example, you can select the headings of two or more sections in a document, without selecting the text in between.

    Here’s how:

    1. Select the first item (word, sentence, heading, paragraph, etc.)
    2. Hold down CTRL.
    3. Select any additional items you want.

    Selecting Text Vertically with ALT-drag!

    First, you are probably asking yourself, “What does he mean by selecting text vertically?’

    Answer: Selecting text vertically allows you to select the first character in every line of a document (or the first two characters, three, etc.) See the example below.

    Now that you know what selecting text vertically is, you are probably asking yourself, “Why would I ever want to do this?”

    Answer: While it’s possible that you may never have a need for this unique Word feature, if you ever do need it, you’ll be glad you know how.

    I find it useful in two situations:

    1. I sometimes receive long back-and-forth emails from people containing several replies and replies to replies, and I need to delete the prefix character (usually a >) in front of several lines of text.
    2. I receive a text document that contains leading spaces on every line.

    In these situations, I could write a Word macro or do a Find and Replace, but ALT-dragging is much easier (and much cooler).

    Here’s how:

    1. If you are working with an email message, copy it into Word.
    2. Hold down the ALT key, hold down the left mouse button, and simply drag vertically.
    3. Here’s an example:

    An example of ALT drag

    Now you know how to ALT-drag!

    Displaying Zipcodes in a Word Mailmerge

    Excel provides a Special number format for zipcodes which allows those of us in New England to display our zipcodes properly. However, when you do a mail merge in Word 2002 and 2003, this formatting will not come through. A zipcode of 01040 will display as 1040. You can fix this in Excel by converting the number back to text, but if your list is extensive, you won’t want to do this. This tip will show you how to display 5-digit zipcodes properly in a Word mail merge without having to reformat your data.

    After you create the merge document and attach your Excel workbook containing the addresses:

    1. Insert the merge field for your zip code where you want it.

    2. Press ALT+F9 to display the field codes. The Zip code field will look something like this (the text in quotes will be the name of your zip code field). Ignore any shading that might appear.

    { MERGEFIELD “Zip_code” }

    3. Change the field to include a number format, as shown below. Make sure to place it inside the curly braces and include the spaces, etc. Make sure to use a backslash \ and not a forward slash /. Note that the number format is enclosed in quotes (“):

    { MERGEFIELD “Zip_code” \# “00000″ }

    4. Press ALT+F9 again and preview the merge.

    5. You may have to update the field by selecting it and pressing F9 in order to see the results of your change.