
|
Book Home Page Bloglines 1906 CelebrateStadium 2006 OfficeZealot Scobleizer TechRepublic AskWoody SpyJournal Computers Software Microsoft Windows Excel FrontPage PowerPoint Outlook Word Host your Web site with PureHost! |
![]() Sunday, September 25, 2011 – Permalink – Lables by MergingDemosAs part of their series of demos, Microsoft has information on creating mailing labels from a database, or mailing list. Create labels with mail merge Here is another entry concerning some of the fine points. More label info Also, if you place a graphic in the first cell, it will be duplicated in each box. See all Topics word Labels: Documents, Formatting, Merge, Tables, Templates, Tips, Tutorials <Doug Klippert@ 3:25 AM
Comments:
Post a Comment
Wednesday, September 21, 2011 – Permalink – Index ConcordanceOrder!Creating a Table of Contents can be easy if you use Styles. Word will automatically insert a TOC when you place the insertion point and then use Insert>Reference Index and Tables and choose Table of Contents. (2007 – Reference Tab>Table of Contents group) An Index or Concordance can be more difficult. In a larger document, you may want the reader to be able to locate key words. You could go through the whole document and mark each word you want included, but there is an easier way.
Also: Word for Word: An Index or a Concordance for Your Book? Microsoft KB: How to create a table of contents and index with field codes in Word See all Topics word Labels: Documents, General, Lists, Reference, Tips, Tutorials <Doug Klippert@ 3:40 AM
Comments:
Post a Comment
Friday, September 16, 2011 – Permalink – Legacy Files from 2007Go backRead this article closely. If you work in a situation where you need to work with legacy (pre-2007) files, it may be handy. If you do most of your work in 2007, I wouldn't bother. "When you use Windows Explorer or the desktop to create a new 2007 Microsoft Office file, a new Office file is created in an XML file format (.dox or .xlsx). For example, this behavior occurs when you right-click the desktop, you point to New, and then you click Microsoft Office Word Document. By default, files that you create in the 2007 Office system are in XML file formats. See all Topics word Labels: Reference <Doug Klippert@ 3:45 AM
Comments:
Post a Comment
Wednesday, September 14, 2011 – Permalink – TroubleshootProblem solversIf you have trouble opening a Word document, or it is not working well, try these suggestions: FIRST Delete all of Word's temp files.
If that does not correct the problem, try this next step:
Knowledge base: How to troubleshoot problems that occur when you start Word or when you work in Word How to troubleshoot problems that occur when you start or use Word 2007, Word 2003, or Word 2002 See all Topics word Labels: General, General2007 Tutorials Reference2010Tips, Reference, Troubleshoot <Doug Klippert@ 3:21 AM
Comments:
Post a Comment
Tuesday, September 13, 2011 – Permalink – VBA, Named ArgumentsAn easier read
MsgBox(prompt[, buttons] [, title] [, helpfile, context]) When you work the MsgBox function this way, the order of the arguments can't be changed. Therefore, if you want to skip an optional argument that's between two arguments you're defining, you need to include a blank argument, such as: MsgBox "Hello World!", , "My Message Box" Named arguments allow you to create more descriptive code and define arguments in any order you wish. To use named arguments, simply type the argument name, followed by :=, and then the argument value. For instance, the previous statement can be rewritten as: MsgBox Title:="My Message Box", _ Prompt:="Hello World!" (To find out a function's named arguments, select the function in your code and press [F1].) See all Topics word Labels: VBA <Doug Klippert@ 3:59 AM
Comments:
Post a Comment
Thursday, September 08, 2011 – Permalink – Word MathAn Add-in, of courseMicrosoft has a downloadable add-in for Word called Microsoft Math. "To use the add-in, open Word 2007, type Alt-= to create a RichEdit math object, type an equation or expression, and right-click on the equation to see options for solving and graphing within Word." Math Add-in See all Topics word <Doug Klippert@ 3:54 AM
Comments:
Post a Comment
Sunday, September 04, 2011 – Permalink – Merge to more than one documentCustom contentIn 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} ""}
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 word <Doug Klippert@ 3:19 AM
Comments:
Post a Comment
|