{"id":211,"date":"2004-09-22T12:00:00","date_gmt":"2004-09-22T12:00:00","guid":{"rendered":"http:\/\/editorium.com\/archive\/?p=211"},"modified":"2013-10-25T23:10:21","modified_gmt":"2013-10-25T23:10:21","slug":"marking-revisions-for-review-in-wordperfect","status":"publish","type":"post","link":"https:\/\/editorium.com\/archive\/marking-revisions-for-review-in-wordperfect\/","title":{"rendered":"Marking Revisions for Review in Wordperfect"},"content":{"rendered":"<p>This week one of the editors I work with needed to show tracked revisions to an author she's working with. The problem was, the author used WordPerfect, not Microsoft Word. We tried opening the marked-up Word document with WordPerfect, but no go. Additions were there, marked in red, but deletions had reverted to regular text. Saving the document in various formats and then opening in WordPerfect brought us no joy. What to do? Well, how about a macro that checks and formats each revision? If it's an insertion, color it blue and accept it; if it's a deletion, mark it with strikeout, color it red, and accept it. Then save the document in Rich Text Format (RTF). When it's opened in WordPerfect (or any other word processor that accepts RTF), all of the changes will be visible. Here's the macro, which I hope you'll find useful:<\/p>\n<pre><span style=\"color: black; font-family: Courier New; font-size: small;\">\nSub FormatRevisions()\nDim ThisRevision As Revision\nFor Each ThisRevision In Selection.Range.Revisions\nApplication.Run MacroName:=\"ToolsRevisionMarksNext\"\nIf ThisRevision.Type = wdRevisionInsert Then\nWith Selection.Font\n.Color = wdColorBlue\nEnd With\nThisRevision.Accept\nGoTo Continue\nEnd If\nIf ThisRevision.Type = wdRevisionDelete Then\nWith Selection.Font\n.StrikeThrough = True\n.Color = wdColorRed\nEnd With\nThisRevision.Reject\nGoTo Continue\nEnd If\nContinue:\nNext ThisRevision\nEnd Sub\n<\/pre>\n<p><\/span><\/p>\n<p>If you don't know how to use such macros, you can learn how here:<\/p>\n<p>http:\/\/lists.topica.com\/lists\/editorium\/read\/message.html?mid=1706922855<\/p>\n<\/p>\n<p>_________________________________________<\/p>\n<p>READERS WRITE<\/p>\n<p>If you were unable to run the style macros in the past few newsletters, you may find this message from Eric Fletcher helpful. I already knew about Eric's tip here, but I keep forgetting to implement it, in spite of Steve Hudson's efforts to educate me. Please accept my apologies. Eric wrote:<\/p>\n<p>Your style listing macros came at a perfect time for me as I'd just  received a large file full of oddball styles (actually, it was from a  French version of Word so the style names were also all in French!).<\/p>\n<p>However, I thought I'd pass along a tip about future macros. If users have  the \"Require variable declaration\" option set (Tools | Options dialog in  VBE), these macro won't run until they add the following line to declare  the \"sty\" variable:<\/p>\n<p>Dim sty As Variant<\/p>\n<p>Defining variables is not entirely necessary but is recommended. If the  option is set in VBE, it sets \"Option Explicit\" at the top of the macro  editing window and forces all variables to be defined with Dim statements.  I was tearing out what hair I have left trying to work out why some of my  previously-working macros started displaying errors until I realized that it had happened after I'd followed someone's advice about setting the option.<\/p>\n<p>----------------------------------------<\/p>\n<p>Donna Payne wrote:<\/p>\n<p>I have a variation of the list styles in use macro. This is from my company's latest book, Word 2003 for Law Firms.<\/p>\n<pre><span style=\"color: black; font-family: Courier New; font-size: small;\">\nSub DisplayAllStylesInUseAtInsertionPoint()\nDim oStyle As Style\nDim oRange As Range\nSet oRange = Selection.Range\noRange.Collapse wdCollapseStart\nFor Each oStyle In ActiveDocument.Styles\nIf oStyle.InUse Then\noRange.InsertAfter oStyle.NameLocal\n''' Some Styles cannot be displayed\n''' in particular contexts\nOn Error Resume Next\noRange.Style = oStyle.NameLocal\nIf Err.Number <> 0 Then\noRange.InsertAfter \" (Style Not Displayed)\"\nEnd If\nOn Error GoTo 0\noRange.InsertParagraphAfter\noRange.Collapse wdCollapseEnd\nEnd If\nNext oStyle\nEnd Sub\n<\/pre>\n<p><\/span><\/p>\n<p>Many thanks to Eric and Donna.<\/p>\n<\/p>\n<p>_________________________________________<\/p>\n<p>RESOURCES<\/p>\n<p>After reading about Copernic Desktop Search (for PC) in last week's newsletter, JM, a Macintosh user, wrote:<\/p>\n<p>For years [similar search capability] has been built into the operating system as part of Sherlock, the file finder. I use it almost every day. Doesn't search browser history, as far as I know. I'm on OS 9.2; assume this wonderful thing has survived the switch to OS X.<\/p>\n<p>Romke Soldaat wrote:<\/p>\n<p>\"This mail is not entirely free of self-promotion, but if you're interested in new add-ins for Word, you may want to have a look on http:\/\/www.wordtoys.com. This package contains quite a few features that might interest editors and other linguistic professionals.\"<\/p>\n<p>I checked out Romke's WordToys macro package, and it's chock-full of useful features. It's also free!<\/p>\n<p>http:\/\/www.wordtoys.com<\/p>\n<p>Many thanks to JM and Romke.<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<a href=\"https:\/\/editorium.com\/archive\/marking-revisions-for-review-in-wordperfect\/\" rel=\"bookmark\" title=\"Permalink to Marking Revisions for Review in Wordperfect\"><p>This week one of the editors I work with needed to show tracked revisions to an author she&#8217;s working with. The problem was, the author used WordPerfect, not Microsoft Word. We tried opening the marked-up Word document with WordPerfect, but no go. Additions were there, marked in red, but deletions had reverted to regular text. [&hellip;]<\/p>\n<\/a>","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[3],"tags":[],"class_list":{"0":"post-211","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-editing","7":"h-entry","8":"hentry"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3gfno-3p","_links":{"self":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/211","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/comments?post=211"}],"version-history":[{"count":2,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/211\/revisions"}],"predecessor-version":[{"id":755,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/211\/revisions\/755"}],"wp:attachment":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/media?parent=211"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/categories?post=211"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/tags?post=211"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}