Storing Document Details
The Windows file system keeps track of details about each file: its size, when it was created, and when you last modified it, for example. Windows enables you to store extra details about Office file types; these properties include the author's name, a title and a subject for the file, and comments or keywords that you can use to search for documents later. A Custom properties sheet lets you track more than two dozen built-in categories or add your own.
Maintaining file properties takes a fair amount of up-front work, but it can have a profound pay-off, especially in a networked office where many users share documents.
When you use the Search task pane, you can specify any property of any Office file by choosing Advanced Search at the bottom of the task pane. If you've trained an entire department to enter details about a client, project, or product line in the Properties dialog box, it's trivially easy to locate all the files associated with that activity.
If you use Outlook's Integrated File Management features, you can create custom views that include any properties in this dialog box. By adding the Author and Title fields to an Outlook view, for example, you can group the contents of a folder by author and by titlesomething you simply can't do with the Windows Explorer.
For a brief overview of how Outlook enables you to manage files, see "Managing Outlook Data Files," p. 199.
All file properties are available to macros that you create by using Visual Basic for Applications. As a result, you can create simple but effective document-management routines that are limited only by your imagination. For example, you can create AutoNew macros that prompt users for key information every time they create a new document based on a particular Word template. You can then use that information to file or route the document when the user saves it.
For more ideas and techniques using VBA, see Chapter 40, "Building Custom Applications with VBA," p. 1005.
To view and edit details for the current file, choose File, Properties. The dialog box that appears resembles the one in Figure 3.5.
Figure 3.5 The Properties dialog box displays summary information about Office file types.
The Properties dialog box for an Office file includes the five tabs described in Table 3.1.
Table 3.1 Office File Properties
Properties |
Description |
General |
Basic information from the Windows file system: name, location, size, and so on. |
Summary |
Information about the current file and its author, including fields for company name, category, and keywords. The Comments field is particularly useful when you use Outlook's file management capabilities because the text appears beneath each filename when you turn on AutoPreview. |
Statistics |
Details about the size and structure of the file, such as the number of words in a document or the number of slides in a presentation; also displays revision statistics and total editing time. This information is frequently incorrect, especially when you inspect it from the shortcut menus in an Explorer window. Professional writers and students who rely on these statistics should always inspect them from within the document itself to guarantee that the information is up-to-date. |
Contents |
The parts of the file: the outline of a Word document, based on heading styles; worksheet titles in an Excel workbook; or slide titles in a PowerPoint presentation. |
Custom |
Twenty-seven built-in fields that you can choose from, including Client, Document Number, and Date Completed. Alternatively, you can add a field of your own. Custom fields can contain text, dates, numbers, or Yes/No information; they can also be linked to Word bookmarks, named Excel ranges, or PowerPoint text selections. |
NOTE
For data files located on a Windows NT/2000/XP disk formatted with the Windows NT file system (NTFS) you'll see a sixth tab that contains security settings.
For simple projects, you might choose to ignore file properties; in these cases, a descriptive filename can tell you everything you need to know about the file. For more complicated documents, however, adding file detailsincluding keywords and categoriescan help you or a coworker quickly find a group of related data files, even months or years after you last worked with them. Use the Comments box to add freeform notes about a given file.
To enter additional details about an Office file, you must open the properties dialog box before you save the file. If you use this feature regularly, you can configure Word, Excel, and PowerPoint to display the File Properties dialog box every time you save a file.
To learn more about the common features found within the Office applications, see "Configuring Common Office Features," p. 44.
Default Document Properties
By default, Office applications save only a few document properties when you save a file. Properties saved vary by application:
Windows stores standard file details, including the name, size, and date and time the file was modified.
All Office applications add your name in the Author field and your organization's name in the Company field.
Word and PowerPoint fill in the Title field as well, using the first few words of a Word document or the title of a PowerPoint presentation.
NOTE
In Word documents in particular, this capability can lead to embarrassing consequences if you're not careful. By default, if you fail to enter document properties, Word picks up the opening line of your document and plops it in the Title fieldup to the first paragraph mark or 126 characters, whichever comes first. For example, if you begin composing an angry memo and save it, your initial angry words might survive in the Title field, even if you tone down your rhetoric considerably in the final version. That fact alone is an excellent reason to configure Word to pop up the Properties dialog box whenever you save a new document. You can also guarantee that this information is not saved with a file by choosing Tools, Options and using the Privacy options on the Security tab.
If you want to add categories, keywords, or comments to any Office file, do so on the Summary tab.
Using Custom Properties to Organize Files
In an office where a large number of people create and share files, custom file properties can make it easier for workgroups to share files. In a legal office, for example, you might use the Client, Status, and Recorded Date fields to track the progress of Word documents. Members of a team producing budget worksheets might use the Checked By and Forward To fields as part of a document management system. Use the Office applications' Search task panes to find files whose properties match a particular set of criteria. Figure 3.6 shows a Word document that includes several custom properties.
Figure 3.6 Record additional file properties on the Custom tab; later, use the Find tool in Office common dialog boxes to search for files that match these criteria.
To enter custom criteria for any Office file, follow these steps:
Open the file and choose File, Properties.
-
Click the Custom tab to display the dialog box shown previously in Figure 3.6.
Choose a field from the Name list. To create a new field, type its name here.
Choose one of the available data types from the Type drop-down list.
Type the data for the selected field in the Value text box.
Click Add. The new entry appears in the Properties list at the bottom of the dialog box.
Repeat steps 36 for any additional custom fields. To remove an item from the Properties list, select its entry and click Delete. Click OK to close the dialog box and return to the program window.
CAUTION
If you specify Number or Date as the data type for a custom field, you must enter the value in a matching format. If you enter dates in a nonstandard format or you include text in a field that should contain only numbers, Office enters the value as text.
Using Explorer to View File Properties
To view any Office file's properties without opening the file itself, open an Explorer window, right-click the file's icon, and then choose Properties. If you're using Windows 98, Me, NT 4.0, 2000, or XP, you can edit most file properties for Word documents, Excel spreadsheets, and PowerPoint presentations directly from an Explorer window. If you're using Windows 95, you can view properties on the General, Summary, and Statistics tabs, but you must open the file with its associated program to change those properties. Regardless of which Windows version you use, only the most basic summary information is available when you view the properties of an Access database from an Explorer window.
If you've configured Explorer to use Web view, you can see some Office file properties, such as the author's name, in the info pane along the left side of the Explorer window, as shown in Figure 3.7. You can also see a thumbnail of the file itself in this region, but only if you checked the Save Preview Picture box on the Summary tab of the Properties dialog box. By default, this box is unchecked for Word documents and Excel workbooks and is checked for PowerPoint presentations.
Figure 3.7 In Web view, Explorer windows display some information drawn from an Office file's properties. The thumbnail preview is available only if you check an option when saving the file.
To save a preview of an Excel workbook, you must check this box when you first save the file; see "No Preview in Common Dialog Boxes" in the "Troubleshooting" section at the end of this chapter for more details.