
|
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! |
![]() Wednesday, November 30, 2011 – Permalink – Make a dashM-N-HyphenFrom the Word MVP Forum: Dashes There are three kinds of dashes, each a bit longer than the other. The keyboard shortcuts are: Alt+0150 for an N dash Alt+0151 for an M dash or two hyphens in a row Here's an article from the Editorium.com: Making dashes easy By Jack M. Lyon Meleanie Spiller has an articles on: Colons, Semicolons, and Em-dashes Hyphen Hysteria And: Interruptive Punctuation See all Topics word Labels: Customize, Documents, Formatting, General, Reference, Shortcuts, Tips <Doug Klippert@ 3:10 AM
Comments:
Post a Comment
Monday, November 28, 2011 – Permalink – Embed a showStick it in WordYou might like to distribute a short PowerPoint slide show, and include some extra material. Open Word and PowerPoint. Arrange the windows so that both applications can be seen. (Right-click an empty area of the Task bar and choose "Tile Windows Vertically." Type your introductory text in the Word document. Switch to PowerPoint and open the PowerPoint file. In Slide Sorter View, hold down the Ctrl key and select the slides you want to include. Drag the selected group of slides onto the Word document. You will only see the first slide in the document, but if you double-click on the image, the PowerPoint show will run. It will also work in Excel. (This, of course assumes that the target machine has PowerPoint or PowerPoint Viewer installed) See all Topics word <Doug Klippert@ 3:57 AM
Comments:
Post a Comment
Friday, November 25, 2011 – Permalink – TablesWithout reservationsWord is more versatile than Excel or PowerPoint when it comes to manipulating how a table will appear. Go to View>Toolbars Tables and Borders, and also see the Table menu especially, "Table Properties" . (In 2007 go to Insert Table, or Right click the Table) Often, you will insert a table at the top of a document, and then later realize that you need to enter text above the table. A keyboard shortcut to fix this is to place the insertion point in the first cell in the top left corner of the table. Hit Ctrl+Shift+Enter and Word will move the table down and place the insertion point at the top. This is also the combination used to split an existing table in two. (If there are no entries in the cell, the Enter key will move the insertion point. If there is text in the cell or a paragraph above the table, then the Enter key will just start a new paragraph inside the cell.) Here are some more suggestions from the Word MVPS web site: Maximising the performance of Word tables Rutgers University: Word 2003: tables See all Topics word <Doug Klippert@ 3:40 AM
Comments:
Post a Comment
Wednesday, November 23, 2011 – Permalink – Change CaseCAPS - No - capsSometimes mistakes are made in setting the case for sentences. There are four general categories of capitalization: Sentence Case - The first letter of a sentence is capitalized Lowercase - all words are in lowercase Uppercase - ALL CAPITALS Title Case - All Words Are Capitalized (This is, really, "Proper case". Title case would be "All Important Words are Capitalized". Nouns, verbs, adjectives, and adverbs should be uppercase. Common articles, prepositions, and conjunctions should be lowercase.) You can make changes to selected text by going to Format>Change Case and choosing the correct style. (Including tOGGLE cASE) You could also use a keyboard shortcut. Select the text and then hold down the SHIFT key and tap the F3 key to toggle through three of the main cases – All Cap, Lowercase, and Title. SAP Design Guild: Quick Guide to Capitalization in English Technical Communicators' Forum: Capitalization of Headings and Titles From The Editorium.com: Here's a macro to change Heading styles to true Title case: TITLE CASE MACRO, VERSION 2 By Jack M. Lyon Word Tips: Capital after colon Automatically correct capitalization in most any MS 2007 App. See all Topics word Labels: Formatting, General, Reference, Tips, Tutorials <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Monday, November 21, 2011 – Permalink – Word is full of HTMLClean up toolsFrom the Help file: "When you save Web pages format with Microsoft Word, additional tags are added so that you can continue to use the full functionality of Word to edit your content. Using filtered HTML save may not clean everything up. If you need more help see Informit.com: Clean HTML from Word: Can It Be Done? By Laurie Rowell. Also: HTML Tidy Library Project See all Topics word <Doug Klippert@ 3:15 AM
Comments:
Post a Comment
Wednesday, November 16, 2011 – Permalink – Holiday TemplatesMake your own stationaryMicrosoft Office Online has a group of themed holiday designs.
See all Topics word Labels: Templates <Doug Klippert@ 3:39 AM
Comments:
Post a Comment
Wednesday, November 09, 2011 – Permalink – Idenfify Formatting InconsistenciesA suggestion I don't suggestMicrosoft Word can detect formatting inconsistencies as you type and then mark them with a blue, wavy underline.You may want to have all the headings in a document formatted the exact same way, but you inadvertently formatted some of them differently. Word can detect these inconsistencies as you are typing and underline them with a blue wavy line to alert you. Lockergnome: Check your formatting inconsistencies in Word Microsoft Word Help:
ShaunaKelly.com: How the Styles and Formatting pane works in Microsoft Word 2002 and 2003 See all Topics word Labels: Formatting, General, Tips, Troubleshoot <Doug Klippert@ 3:37 AM
Comments:
Post a Comment
Wednesday, November 02, 2011 – Permalink – Word RangesPre-defined locationsWhen entries are made in a document, Word creates a Story Range to identify what part of the document is being used. These ranges can be used in macros to search for items , change text, or other actions. This macro, for instance, changes the text in just the header of the first section: Sub HeaderFooterObject() Dim MyText As String MyHeaderText = "This would be your text" With ActiveDocument.Sections(1) .Headers(wdHeaderFooterPrimary).Range.Text = MyHeaderText End With End Sub When you use Edit>Replace in Word, it does a fine job of locating all occurrences of the target in the body of the document or in the header or footer. Something fails, however, when you record the action and try to run it as a macro. To make it work, you must loop through the built in ranges of a Word document. The exercise is interesting if only for the exposure to the built in ranges such as:
Find and replace with VBA Also: Microsoft KB VBA macro examples to insert text into a document See all Topics word Labels: Documents, Fields, General, Reference, Tips, Tutorials, VBA <Doug Klippert@ 3:39 AM
Comments:
Post a Comment
|