{"id":222,"date":"2005-12-02T12:00:00","date_gmt":"2005-12-02T12:00:00","guid":{"rendered":"http:\/\/editorium.com\/archive\/?p=222"},"modified":"2013-10-25T23:10:21","modified_gmt":"2013-10-25T23:10:21","slug":"inserting-unlinked-sections","status":"publish","type":"post","link":"https:\/\/editorium.com\/archive\/inserting-unlinked-sections\/","title":{"rendered":"Inserting Unlinked Sections"},"content":{"rendered":"<p>Microsoft Word, in a broad sense, has two kinds of section breaks (Insert > Break):<\/p>\n<p>1. The kind that starts a new page (which includes \"Next page,\" \"Even page,\" and \"Odd page).<\/p>\n<p>2. The kind that doesn't (which includes \"Continuous\").<\/p>\n<p>The second kind is used for such things as inserting two-column text in the middle of single-column text, all on the same page, and it doesn't concern us here. What does concern us, as editors, is what happens when we insert a section break that starts a new page.<\/p>\n<p>By default, Word \"links\" the headers and footers in the new section to those in the previous section. In other words, when you insert a section break, the headers and footers will be the same in the new section as in the old. If you're working as an office assistant and spend most of your time formatting letters and reports, that might be exactly what you want. But if you're a book editor, that's probably *not* what you want. You probably want each section (that is, each *chapter*) to have its own headers and footers, as explained here:<\/p>\n<p>http:\/\/lists.topica.com\/lists\/editorium\/read\/message.html?mid=1716147063<\/p>\n<p>In a previous newsletter, I supplied a macro that would unlink *all* headers and footers en masse:<\/p>\n<p>http:\/\/lists.topica.com\/lists\/editorium\/read\/message.html?mid=1712666067<\/p>\n<p>But wouldn't it be nice to be able to simply insert an *unlinked* section break? Here's a macro that will do just that, using a break of the \"Next page\" variety:<\/p>\n<pre><span style=\"color: black; font-family: Courier New; font-size: small;\">\nSub InsertUnlinkedNextpageSection()\nSelection.InsertBreak Type:=wdSectionBreakNextPage\nIf ActiveWindow.View.SplitSpecial <> wdPaneNone Then\nActiveWindow.Panes(2).Close\nEnd If\nIf ActiveWindow.ActivePane.View.Type = wdNormalView Or ActiveWindow. _\nActivePane.View.Type = wdOutlineView Then\nActiveWindow.ActivePane.View.Type = wdPrintView\nEnd If\nActiveWindow.ActivePane.View.SeekView = wdSeekCurrentPageHeader\nSelection.HeaderFooter.LinkToPrevious = Not Selection.HeaderFooter. _\nLinkToPrevious\nActiveWindow.ActivePane.View.SeekView = wdSeekMainDocument\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>Note that you can modify the macro to insert an odd-page section break or an even-page section break, which are particularly useful in book publishing. To do so, change this line--<\/p>\n<p>Selection.InsertBreak Type:=wdSectionBreakNextPage<\/p>\n<p>to this--<\/p>\n<p>Selection.InsertBreak Type:=wdSectionBreakOddPage<\/p>\n<p>or this--<\/p>\n<p>Selection.InsertBreak Type:=wdSectionBreakEvenPage<\/p>\n<p>For ease of use, I'd recommend that you hook the macro to a menu, toolbar button, or keyboard shortcut, as explained here:<\/p>\n<p>http:\/\/lists.topica.com\/lists\/editorium\/read\/message.html?mid=1707444986<\/p>\n<p>http:\/\/lists.topica.com\/lists\/editorium\/read\/message.html?mid=1707286867<\/p>\n<p>http:\/\/lists.topica.com\/lists\/editorium\/read\/message.html?mid=1713088939<\/p>\n<p>Then, the next time you insert a section break (using the macro, of course), it will be automatically unlinked!<\/p>\n<\/p>\n<p>_________________________________________<\/p>\n<p>RESOURCES<\/p>\n<p>You'll find a very nice tutorial on sections, section breaks, and headers and footers at Charles Kenyon's AddBalance website:<\/p>\n<p>http:\/\/www.addbalance.com\/usersguide\/sections.htm<\/p>\n<p>Especially if you work in a legal environment, you'll find many other useful resources at the site. Don't overlook the complete, downloadable User Guide (scroll down to the bottom of the page):<\/p>\n<p>http:\/\/www.addbalance.com\/usersguide\/<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<a href=\"https:\/\/editorium.com\/archive\/inserting-unlinked-sections\/\" rel=\"bookmark\" title=\"Permalink to Inserting Unlinked Sections\"><p>Microsoft Word, in a broad sense, has two kinds of section breaks (Insert > Break): 1. The kind that starts a new page (which includes &#8220;Next page,&#8221; &#8220;Even page,&#8221; and &#8220;Odd page). 2. The kind that doesn&#8217;t (which includes &#8220;Continuous&#8221;). The second kind is used for such things as inserting two-column text in the middle [&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":[4],"tags":[],"class_list":{"0":"post-222","1":"post","2":"type-post","3":"status-publish","4":"format-standard","6":"category-typesetting","7":"h-entry","8":"hentry"},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3gfno-3A","_links":{"self":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/222","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=222"}],"version-history":[{"count":2,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/222\/revisions"}],"predecessor-version":[{"id":764,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/222\/revisions\/764"}],"wp:attachment":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/media?parent=222"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/categories?post=222"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/tags?post=222"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}