Book

Suggestions


Enter your email address:

Delivered by FeedBurner


Home Page

Bloglines

1906
CelebrateStadium
2006


OfficeZealot

Scobleizer

TechRepublic

AskWoody

SpyJournal












Subscribe here
Add to 

My Yahoo!
This page is powered by Blogger. Isn't yours?

Host your Web site with PureHost!


eXTReMe Tracker
  Web http://www.klippert.com



  Saturday, May 09, 2009 – Permalink –

Custom Properties

Use your own


If you look at Properties on the File menu, you will see a number of entries. You can also create your own custom properties.

Click the Custom tab and add what you want.



To insert your own properties in a document, use Insert>Fields

  1. Choose Document Information in the list of Categories
  2. In the list of Field Names, choose DocProperty
  3. Click the Field Codes button
  4. Add the property name to the Field
  5. Click OK
  6. Click OK. Word to inserts the value.


Here's the "click path" for 2007:



Also: Office-Watch.com:
Creating word custom doc properties from code




See all Topics

Labels: , , , ,


<Doug Klippert@ 3:45 AM

Comments: Post a Comment


  Wednesday, February 11, 2009 – Permalink –

Page Numbers

A baker's dozen of ideas


Here is a collection of tips about how to display information in Headers and Footers.

Field codes are demonstrated. Remember that the brackets {} must be inserted with Ctrl+F9, not directly from the key board.

Here's one suggestion


Display the word "more" at the bottom of every page except the last page.

Insert an "if" field into the footer.

The field in this case will be a compound entity that consists of two fields nested within a third field.

{ IF { PAGE } = { NUMPAGES } "" "more" }
  1. Position cursor where you want the field.
  2. Press Ctrl+F9 to insert the field braces.
  3. Type the field expression as it appears below, using Ctrl+F9 and arrow keys as needed to keep text within the various braces as you type.
    { IF { PAGE } = { NUMPAGES } "" "more" }
  4. Select the entire expression.
  5. Right-click the selection and choose Toggle Field Codes.
    (or use Alt+F9)
WordMacros.com: Headers and footers and page numbers



See all Topics

Labels: , ,


<Doug Klippert@ 3:15 AM

Comments: Post a Comment


  Sunday, January 04, 2009 – Permalink –

Split View

Top and bottom


If you need to look at more than one part of a document at once, consider splitting the window.

To split the current window, just go to Window>Split from the main menu.
(View>Split in 2007)

Another way is to use the splitter control between the file tab channel and the scroll bar for the doc.



To create new windows for the same document, just go to Window>New Window and create as many views on the same document as you would like. (View>New Window in 2007)

WebJunction.org:
Word Split Window
(Publisher: The Bill and Melinda Gates Foundation)

Also:
Dawn Ontario, Disabled Women's Network:

Split Screen Feature - Microsoft Word



See all Topics

Labels: , , ,


<Doug Klippert@ 3:55 AM

Comments: Post a Comment


  Wednesday, November 19, 2008 – Permalink –

Certificate of Anything

Make your own


Give your kid an award for not setting the house on fire in the last 24 hours.

Make a formal presentation to your dog for scaring away imaginary burglars.

The desktop publishing power of your computer can create official (looking) honors.


Here's a collection of free templates:

Southworth.com
Free Award And Certificate Templates

EducationWorld.com:
Award Certificates

BrainyBetty.com
Certificate Templates
(These are PowerPoint templates)

Office.microsoft.com:
Certificates
(86 Certificates, labels, etc. Word, PowerPoint, and Publisher)



See all Topics

Labels: , ,


<Doug Klippert@ 3:12 AM

Comments: Post a Comment


  Tuesday, July 29, 2008 – Permalink –

Autorecover

Recover zapped files


You can use the AutoRecover feature in Word to recover a Word document if your computer loses power or if an application error occurs while you are working in a document.

To set the AutoRecover feature in Word:

1. On the Tools menu, click Options.
2. Choose the Save tab and select the "Save AutoRecover info every" check box.
Set the minutes box to the desired time interval between AutoRecover saves.




The AutoRecover feature does not replace the saving of a document. There is no feature in Word to automatically save your document files. You must periodically save your documents.

What Is the AutoRecover Feature in Word?

How Word creates and recovers the AutoRecover files

"When you perform a full save of your file, there is no way to go back to your original version. If the document was saved automatically, in many instances data would be lost because a full save is irreversible.

In contrast, AutoRecover does not overwrite your original file; this allows you to back out of most errors just by not saving changes when you close the file.

An AutoRecover file is created or updated each time there are changes that have not been saved at the end of the preset time period. You should perform a full save specifically based on progress you've made in your document rather than arbitrarily at regular time intervals.

NOTE: Another way to protect your work and maintain all of your changes is to use the Versions command on the File menu."


Also:

Word.MVPS.org:
How can I make Word save or back up my document automatically?



In Word 2007 it's under "Office button">Word options> Save.


By design, Microsoft Word does not create an AutoRecover file when you are working in a master document, because the AutoRecover file format is not compatible with the master document file format.

When you use Word as your e-mail editor, Word does not create an AutoRecover (AutoSave) file of your e-mail message.



See all Topics

Labels: ,


<Doug Klippert@ 1:15 AM

Comments: Post a Comment


  Sunday, July 20, 2008 – Permalink –

Don't Check Spelling

Avoid the squiggles



Omitting text selections from Word's spell checking process

If you frequently include macro code listings or other chunks of cryptic information in your documents, Word's spell checker is likely to have a field day pointing out unrecognized words.

You can make Word's spell checker skip over code listings and other information that it is likely not to recognize by applying the No Proofing language setting.

  1. Select the text you would like the spell checker to skip.

  2. Next, select Tools>Language Set Language from the menu bar.

  3. In the Mark Selected Text As list box, select the (No Proofing) option and then click OK.



From now on, the spell checker will skip over the text you selected without flagging any spelling or grammatical errors.


Alan Wyatt's WordTips site has a comprehensive list of spell checker links:
Spelling and Grammar Checking

BTW:
If you want to spell check Web forms and information boxes you fill out using Internet Explore, look at ieSpell:

"ieSpell is a free Internet Explorer browser extension that spell checks text input boxes on a webpage. It should come in particularly handy for users who do a lot of web-based text entry (e.g. web mails, forums, blogs, diaries).

Even if your web application already includes spell checking functionality, you might still want to install this utility because it is definitely much faster than a server-side solution. Plus you get to store and use your personal word list across all your applications, instead of maintaining separate ones on each application."



ieSpell.com



See all Topics

Labels: , ,


<Doug Klippert@ 5:36 AM

Comments: Post a Comment


  Sunday, July 13, 2008 – Permalink –

AutoNumber Invoices

Creating sequentially numbered documents


Use an Autonew macro to add a sequential number to a document and save it with that number.


In the template from which you create the document, insert a bookmark named Order in the location where you want the sequential number to appear and create an AutoNew macro, as follows:


Sub AutoNew()
Order = System.PrivateProfileString("C:\Settings.Txt", "MacroSettings", "Order")
If Order = "" Then
Order = 1
Else
Order = Order + 1
End If
System.PrivateProfileString("C:\Settings.txt", "MacroSettings", "Order") = Order
ActiveDocument.Bookmarks("Order").Range.InsertBefore Format(Order, "00#")
ActiveDocument.SaveAs FileName:="path" & Format(Order, "00#")
End Sub



If you do not need to display the number in the document, but just want to save it with a sequential number, there is no need to create the bookmark in the template and you should then delete the second last line of the code.

Article contributed by Doug Robbins
Word MVP Site


Microsoft Knowledgebase:
Macro to Increment Invoice Number to New Form Document


WordTips:
Sequentially numbered Labels


Here's a further discussion including methods to create sequential ticket numbers:

Here's the PDF version:
Word Field Codes Revealed



See all Topics

Labels: , , ,


<Doug Klippert@ 2:09 AM

Comments: Post a Comment


  Monday, June 30, 2008 – Permalink –

Personal Information

Clean it up


If you have enabled the "Allow fast saves" feature, earlier versions of your document, that you thought had been deleted, may still be readable.

If the document was edited with "Track Changes" enabled, a name is associated with each change. You can get rid of all the personal information with a few simple settings.

Choose Options from the Tools menu, click on the Save tab, and uncheck the box labeled "Allow fast saves". Now click on the Security tab and check the box titled "Remove personal information from this file on save".

In Word 2003 the check box's title is: "Remove personal information from file properties on save". When you save the file, the Author, Manager, Company, and Last saved by fields are cleared. Names in comments or edits are changed to simply Author. Any routing slip or e-mail header information is also removed. If the document contains tracked changes, you may want to accept them all before saving.

The Allow fast saves option is global. The Remove personal information option is specific to the current file and is present only in Word 2002 and later. If you want that option to be the default, click on the File Locations tab in the Tools> Options dialog and note the folder containing user templates. In that folder, open the file Normal.dot. Check the Remove personal information box as noted above, then save and close the file. All new files created from this point on will have that feature enabled by default.


Also see:
Charles Kenyon's Word Users Guide:

Confidentiality and MetaData in Word Documents


Microsoft downloads:
Office 2003/XP Add-in: Remove Hidden Data
With this add-in you can permanently remove hidden data and collaboration data, such as change tracking and comments, from Microsoft Word, Microsoft Excel, and Microsoft PowerPoint files.


This add-in is not compatible with the 2007 Office system. The Document Inspector feature in the 2007 Office system replaces this add-in. For more information see Office 2007 Resource Kit and the online Help topic.



See all Topics

Labels: , ,


<Doug Klippert@ 3:31 AM

Comments: Post a Comment


  Sunday, February 10, 2008 – Permalink –

Merge to More than One Document

Custom content



In the Data Source, include a field for the type of letter the recipient requires.

In the Main merge document, enter IF fields, such as:

{IF {MERGEFIELD "LetterType"=1} {INCLUDETEXT "C:\\Project\\Letter1" \* MERGEFORMAT} ""}
{IF {MERGEFIELD "LetterType"=2} {INCLUDETEXT "C:\\Project\\Letter2" \* MERGEFORMAT} ""}



  • The curly brackets { } cannot be entered from the key board. Either use Insert>Field, or Ctrl+F9.
  • Word uses spaces in the If..Then..Else statement.
  • The last two quote marks "" are "empty" , so nothing will be entered.
  • Notice the \\ in the path statement. A path is not needed if the Main document is in the same folder as the letters.
  • To see the field codes, use Alt+F9 to toggle the view on and off.

Letters 1 and 2 can have completely different texts, formats and layouts. One can be an invitation to a sale, the other can be a dunning letter.
(To carry over different formatting, leave out the \* MERGEFORMAT switch)

After setting up the main document for mail merging, insert all of the fields you want to merge.

Copy the individual fields and paste them in the correct locations in Letter 1 and 2.

Go back to the main document and erase all of the text and fields EXCEPT for the IF statements.

Letters 1 and 2 do not have to be set up a merge docs, or connected to a data source. Their text will be inserted in the Main document depending on the field type.





See all Topics

Labels: , , ,


<Doug Klippert@ 7:32 AM

Comments: Post a Comment


  Wednesday, December 26, 2007 – Permalink –

Page Breaks

Demo tutorial


You can control when Word decides to break for a new page.

Ctrl+Enter is the keyboard shortcut, but there are a number of variations.


This MS link has both Demos and text tutorials.
Page breaks

BTW; a merged document is made up of Section breaks, not Page breaks.

For ease of printing, Replace ^b with ^m



See all Topics

Labels: , , ,


<Doug Klippert@ 6:35 AM

Comments: Post a Comment


  Tuesday, October 23, 2007 – Permalink –

Tab Leader

You can lead a tab to ...........


Setting Tab Leaders in Word


Fred Smith.........................$44.59


This makes your list easier to read


  1. Select the line on which you want to create a tab

  2. Click on the Format menu and click on the Tabs menu item
    (you will see the Tabs dialog box)

  3. In the Tab Stop Position field enter the distance to the last column: 5", 6" or what ever is appropriate

  4. Then select the tab alignment; Decimal, Right, Center or Left

  5. Select the type of leader to use

  6. Click Set and then OK


Enter the name, or first entry, and then touch the Tab key.

Word will automatically enter as many leading characters as required.

When you can type the amount, it will be aligned on the decimal or any other alignment you might have chosen.

Here's what it looks like in Word 2007





Also:

University of Florida handout:
Word Tabs Doc

WordTips Online Answers:
Tips on Word tabs

OfficeLetter.com:
Favorite Word tips #2

About.com:
Creating Tab Leader Lines


Fab Tabs
Uncover the magic of using tabs



See all Topics

Labels: ,


<Doug Klippert@ 6:50 AM

Comments: Post a Comment


  Friday, September 07, 2007 – Permalink –

Compare-Combine

Changes in '07


For a number of reasons, including collaboration, documents need to be reconciled. A resultant or master document must be distilled from different versions.

Here are some directions:

Compare - Combine

Comparing and Combining Documents


Back in the old days of 2003, you could save "versions" of documents. That's gone:
Bye-Bye Versions



See all Topics

Labels:


<Doug Klippert@ 7:46 AM

Comments: Post a Comment


  Sunday, August 26, 2007 – Permalink –

Resume writing

Get a Job



There are a number of templates installed in Word that will help in creating a good looking resume.
Get started on your job hunt with Word templates


Here are some suggestions about what a resume should look like:

The Rockport Institute:
How to Write a Masterpiece of a Resume

About.com
Resume and Cover Letter Guide

The Riley Guide:
Prepare Your Resume for Emailing or Posting on the Internet

If your job is to collect job applications, look at:

MSDN:
Creating and Applying an XML Resume Template in Microsoft Office Word 2003

Word 2003: Sample XML Resume Template

Smart Documents Resume Sample Application


Want to work for Microsoft?

Microsoft's Zoe Goldring and Gretchen Ledgard:
What is it like to interview at Microsoft?

Chris Sells:
Interviewing at Microsoft Blog:Technical Careers@Microsoft

The real first impression
The journey of a resume



See all Topics

Labels: , ,


<Doug Klippert@ 7:08 AM

Comments: Post a Comment


  Friday, June 01, 2007 – Permalink –

Document Panes

Divided Doc


To divide the view of a document into panes, use the tiny divider mark in the upper-right corner of the document window.

It's above the up arrow at the top of the vertical scroll bar at the right side of the window.

Click on the marker and drag it to where you want the document window divided.

The size of the panes can be adjusted by dragging the divider up or down.

You can look at the top and bottom at the same time, or have one pane in Page View and the other in Outline View

Double click the marker to return to the full view.



See all Topics

Labels: ,


<Doug Klippert@ 7:08 AM

Comments: Post a Comment


  Wednesday, March 21, 2007 – Permalink –

Citation and Bibliography

2007 feature


"What if you write a paper for your literature class, but an educational journal wants to publish it? You used MLA style for formatting the citations and bibliography, but the journal uses APA style. It would be tedious to edit every citation and revise the bibliography to switch them from one style to the other. Fortunately, Office Word 2007 can switch bibliography styles. Choose a different style, and Word automatically reformats all the citations and the bibliography.

What about the next time that you write a paper on a related subject? If your specialty is Mark Twain, you will probably cite many of his same works in more than one paper. Word stores your master list of sources for you. Whenever you start a new paper, you can choose from your list of sources for the citations that you make in that paper."





Academic features: citation & bibliography tools


Previous versions
Footnote, Endnote, and Bibliography Questions



See all Topics

Labels:


<Doug Klippert@ 6:55 AM

Comments: Post a Comment


  Tuesday, February 13, 2007 – Permalink –

Open 2007 with 2003-2000

Not everyone is going to jump at once


How to open and to save Word 2007, Excel 2007, and PowerPoint 2007 files in earlier versions of Office
Microsoft Office Word, Microsoft Office Excel, and Microsoft Office PowerPoint versions 2000 through 2003 cannot natively open documents that are stored in the Office Open XML Formats in 2007 Microsoft Office programs.

You can install the Microsoft Office Compatibility Pack for Word, Excel, and PowerPoint 2007 File Formats to open or to save 2007 Office files.

Microsoft Office XP and 2003
Word, Excel, and PowerPoint

After you install the Compatibility Pack, you can use your existing version of Word, Excel, and PowerPoint to open, edit, and save the file formats that are new to Word 2007, Excel 2007, or PowerPoint 2007. For example:
  • You can open Word, Excel, or PowerPoint 2007 files by double-clicking them exactly as you do with your existing Word, Excel, and PowerPoint presentation(s).
  • You can save Word, Excel, or PowerPoint 2007 files by clicking the Save button in your version of Word, Excel, or PowerPoint.


Microsoft Office 2000
Word, Excel, and PowerPoint

Word 2000
  • After you install the Compatibility Pack, you can open, edit, and save the document file formats that are new to Word 2007 within Word 2000.
  • You can open files in the formats that are new to Word 2007 by double-clicking the files.
  • You can save files in the formats that are new to Word 2007 by clicking Save in Word 2000.


Excel 2000 and PowerPoint 2000
  • After you install the Compatibility Pack, you can open and save the file formats that are new to Excel 2007 and to PowerPoint 2007 from the Microsoft Windows operating system.
  • You can open files in the formats that are new to Excel 2007 and to PowerPoint 2007 by double-clicking the file on the desktop, in the My Documents folder, or in Microsoft Windows Explorer.
  • You can save files in the formats that are new to Excel 2007 and to PowerPoint 2007 by right-clicking an Excel 2000 file or a PowerPoint 2000 file and then clicking Save As.


Compatibility Pack Functions

Compatibility Pack Download



See all Topics

Labels: ,


<Doug Klippert@ 7:25 AM

Comments: Post a Comment


  Tuesday, January 16, 2007 – Permalink –

Large Documents

Plan ahead


Jack M. Lyon has prepared a list of steps to be considered when working with large documents:
"I can't leave the topic of typesetting without explaining some of the things I learned on the last book I typeset--in Microsoft Word. The book had more than 400 pages and several hundred footnotes, and Word would have handled it better if I'd been more particular about the following:"


Typesetting Tips for Word


Charles Kenyon has some more tips including don't use Master Documents.

Master Documents


Master documents are available in 2007, (in Outlineview), but I have not tried the feature yet.


See all Topics

Labels:


<Doug Klippert@ 6:08 AM

Comments: Post a Comment