I’ve been using Microsoft Word since 1985, starting with Word for Mac and eventually moving to the Windows version for Word 6.0. As with other Office programs, some great new features have been added, and other features, that were working just fine, have been removed or changed. Don’t get me started on Word’s numbering.
Most of my Word documents are currently in Word 2003, but I’m experimenting with Word 2007, in case some of my clients decide to switch. One of the new features that I’ve discovered is the automatic Cover Sheet.
Insert a Cover Page
To automatically add a cover page to the front of the Word document:
On Word’s Ribbon, click the Inert tab.
Click the Cover Page command, to open the list of cover page options.
Click on one of the options to select it.
Add Details to the Cover Page
On the cover page that’s inserted, there are fields that you can customize with your name, document title, and other information.
Click on a field (indicated with square brackets), and the name of the field will appear, such as Subtitle.
Type the text you want in that field.
Change the Cover Page
Many of the cover pages use fonts or colours from the documents Theme. You can:
select an element and change its font, colour or other properties.
select a different Theme, and those fonts and colours will replace the existing Theme’s fonts and colours.
select a different cover page from the drop down list (maybe not this one!)
Remove the Cover Page
If you change your mind, and no longer want a cover page, click the Cover Page command on the Ribbon.
Then click Remove Current Cover Page.
The cover page is deleted immediately, with no confirmation message. However, you could click Undo to restore it.
Or, insert a cover page later, and the data that you entered previously (Title, Subtitle, etc.) should appear in the new cover.
One of the new features in Excel 2007 is live preview when you select a different font or theme on the Ribbon.
For example, here’s how my worksheet looks now:
The default font for the cells is Calibri, and I’ve added bold in the first row.
I’m not sure if the Calibri font is the best choice, so I’d like to see how the data would look in a different font.
Select a Different Font
I select column H, then click the drop down arrow for Fonts on the Ribbon’s Home tab. The live preview shows the selected cells in each font as I point to it in the list.
If I find a font that I like better, I can click on it to change the font for the selected cells. None of the other cells are affected.
Excel Formatting Live Preview Font Selection
Select a Different Theme or Theme Font
In most cases, I wouldn’t just change the font in one column or a few cells. To keep the workbook from looking like a ransom note, I’d usually change the font for the entire workbook.
In Excel 2007 I can do this by choosing a new Theme or by selecting a different Theme Font.
On the Ribbon’s Page Layout tab, click the drop down arrow for Themes or for Fonts, then point to one of the options.
The live preview affects all the cells that use the Calibri font, instead of just the selected cells.
Click on one of the options and all the cells with Calibri font are changed.
Formatting Converted Workbooks
Slowly, I’m converting some of my old Excel files, like the price list shown below, to Excel 2007 format.
When I use the Theme or Theme Fonts drop down list, the live preview doesn’t work. The data is still shown in Arial Narrow, which was the default font in Excel 2003.
To make this worksheet fit the current theme, I’ll change the fonts to Calibri and Cambria:
Click the Select all button at the top left of the worksheet, to select all the cells on this worksheet.
Then, on the Ribbon’s Home tab, select the Calibri font.
To format the first row as Headings, select Row 1 and apply the Cambria font.
Now, any cells that are formatted with one of the Theme fonts will show a live preview when selecting a different Theme or Theme Font.
Merge Styles Tip
John Walkenbach added this formatting tip in the comments below:
“Here’s a way to quickly make an XLS workbook look like an 2007 workbook:
Open your XLS workbook, then press Ctrl+N to open a new workbook. Go back to your XLS window and activate the Merge Styles dialog (click the bottom of the scroll bar in the Styles group, then choose Merge Styles). Select the new workbook you opened, click OK, and confirm your choice.
All cells that have the “Normal” style will now be formatted in the default style for Excel 2007. In addition, the cells will respond to theme changes.”
How can you create a chart from annual or monthly data, and make the results easy to understand? See how to compare annual data in Excel Clustered Stacked Chart — like a clustered column chart, but with stacked columns, instead of normal ones.
When you’re analyzing data in an Excel pivot table, you might want to see the detail behind one of the numbers.
To extract the data, you can double-click a data cell and a new worksheet is created, with the related records.
This is a nice feature, but you’ll end up with extra sheets in your workbook, and will need to clean things up occasionally.
Filter the Source Data
If the pivot table source data is in the same workbook, you can use the following macro, written by Héctor Miguel Orozco Díaz. It filters the source data, based on the pivot items connected to the double-clicked cell.
For example, if you double-click the cell circled in screenshot below:
the source data is filtered for Class_A, Month_3, Store_1, Code_A cost.
This lets you focus on the detail records, without creating new worksheets.