
|
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! |
![]() Thursday, September 30, 2010 – Permalink – Look for BulletsFind listsUnless you have used a style to create a bulleted list, it is difficult to search for them. This macro locates any bulleted list (wdListBullet) in your document. Sub FindBullet() Dim rngTarget As Word.Range Dim oPara As Word.Paragraph Set rngTarget = Selection.Range With rngTarget Call .Collapse(wdCollapseEnd) .End = ActiveDocument.Range.End For Each oPara In .Paragraphs If oPara.Range.ListFormat.ListType = _ WdListType.wdListBullet Then oPara.Range.Select Exit For End If Next End With End Sub Other choices might be:
See all Topics word Labels: Formatting, Macros, Reference, Tips, VBA <Doug Klippert@ 3:26 AM
Comments:
Post a Comment
Thursday, September 23, 2010 – Permalink – Font Properties PlusEverything you need to knowTo embed a font in a document or slide show so it can be displayed on any other machine, the font must support that action. The standard Windows properties statement does not show all the needed information. The bottom of this illustration shows the standard information shown when you right-click a font file, and choose properties. The two views at the top are what appear when the Microsoft Font properties extension is installed.
The latest version is 2.3 as of December, 2006. Font properties extension, version 2.3 (32-bit only) See all Topics word <Doug Klippert@ 3:47 AM
Comments:
Post a Comment
Wednesday, September 15, 2010 – Permalink – Large DocumentsPlan aheadJack 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:" See all Topics word Labels: Documents, Formatting, General, Tips <Doug Klippert@ 3:00 AM
Comments:
Post a Comment
Tuesday, September 07, 2010 – Permalink – Work that MenuList of project docsA collection of tips including: Word (pre-07) allows you to add a menu to the toolbar that can keep a list of papers you're working on:
<Doug Klippert@ 3:16 AM
Comments:
Post a Comment
|