{"id":113,"date":"2002-05-15T12:00:00","date_gmt":"2002-05-15T12:00:00","guid":{"rendered":"http:\/\/editorium.com\/archive\/?p=113"},"modified":"2013-10-25T23:10:20","modified_gmt":"2013-10-25T23:10:20","slug":"cross-referencing-notes","status":"publish","type":"post","link":"https:\/\/editorium.com\/archive\/cross-referencing-notes\/","title":{"rendered":"Cross-Referencing Notes"},"content":{"rendered":"<p>If you're like me, you love Microsoft Word's note feature--in particular, being able to insert or delete a footnote or endnote and have all of the subsequent notes renumber automatically. Have you ever wondered, though, how to create a note reference number that refers to a note that already exists?<\/p>\n<p>For example, let's say the following text is a Word document with notes (I've indicated note reference numbers with carets, like this^1):<\/p>\n<p>Lorem ipsum dolor sit amet,^1 consectetuer adipiscing elit, sed diam nonummy^2 nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.^3<\/p>\n<p>1 Ut wisi enim ad minim veniam.<\/p>\n<p>2 Duis autem vel eum iriure dolor in hendrerit in vulputate.<\/p>\n<p>3 Delenit augue duis dolore te feugait nulla facilisi.<\/p>\n<p>We have a reference number for note 1 after \"amet,\" but let's say we want to refer to note 1 again, this time after \"elit,\" like this:<\/p>\n<p>Lorem ipsum dolor sit amet,^1 consectetuer adipiscing elit,^1 sed diam nonummy^2 nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.^3<\/p>\n<p>1 Ut wisi enim ad minim veniam.<\/p>\n<p>2 Duis autem vel eum iriure dolor in hendrerit in vulputate.<\/p>\n<p>3 Delenit augue duis dolore te feugait nulla facilisi.<\/p>\n<p>Is that even possible in Word? Yes, it is, and it's called cross-referencing a note. The procedure is basically the same for footnotes or endnotes, although here I'll use footnotes for the example. Here's how to do it:<\/p>\n<p>1. Open a document that has footnotes.<\/p>\n<p>2. Put your cursor in your text where you want to cross-reference an existing note.<\/p>\n<p>3. Click the \"Insert\" menu.<\/p>\n<p>4. Click \"Cross-reference.\"<\/p>\n<p>5. Click the \"Reference type\" drop-down list.<\/p>\n<p>6. Click \"Footnote\" in the list.<\/p>\n<p>7. Click the \"Insert reference to:\" list.<\/p>\n<p>8. Click \"Footnote number (formatted)\"--probably the last item in the list.<\/p>\n<p>9. In the \"For which footnote:\" list, click the number of the footnote you want to cross-reference.<\/p>\n<p>10. Click the \"Insert\" button.<\/p>\n<p>These instructions sound more complicated than the procedure actually is--it's fairly easy. Be careful, though. If you insert a new note before your original note, the cross-referenced note won't change automatically. For example, here's our document with the cross-referenced note 1:<\/p>\n<p>Lorem ipsum dolor sit amet,^1 consectetuer adipiscing elit,^1 sed diam nonummy^2 nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.^3<\/p>\n<p>1 Ut wisi enim ad minim veniam.<\/p>\n<p>2 Duis autem vel eum iriure dolor in hendrerit in vulputate.<\/p>\n<p>3 Delenit augue duis dolore te feugait nulla facilisi.<\/p>\n<p>Now, if we insert a new note after \"ipsum,\" our original note 1 reference number will change to \"2,\" but our cross-referenced note number after \"elit\" will remain as \"1\":<\/p>\n<p>Lorem ipsum^1 dolor sit amet,^2 consectetuer adipiscing elit,^1 sed diam nonummy^3 nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.^4<\/p>\n<p>1 Accumsan et iusto odio dignissim.<\/p>\n<p>2 Ut wisi enim ad minim veniam.<\/p>\n<p>3 Duis autem vel eum iriure dolor in hendrerit in vulputate.<\/p>\n<p>4 Delenit augue duis dolore te feugait nulla facilisi.<\/p>\n<p>Why? Because the cross-referenced note number is what Microsoft calls a \"field,\" and fields don't update automatically. To update the field (the cross-referenced note number), select it and press the F9 key. The document will then look like this, with the number after \"elit\" updated to a \"2\":<\/p>\n<p>Lorem ipsum^1 dolor sit amet,^2 consectetuer adipiscing elit,^2 sed diam nonummy^3 nibh euismod tincidunt ut laoreet dolore magna aliquam erat volutpat.^4<\/p>\n<p>1 Accumsan et iusto odio dignissim.<\/p>\n<p>2 Ut wisi enim ad minim veniam.<\/p>\n<p>3 Duis autem vel eum iriure dolor in hendrerit in vulputate.<\/p>\n<p>4 Delenit augue duis dolore te feugait nulla facilisi.<\/p>\n<p>If you want to update all of the fields in your document (if you've got lots of cross-referenced note numbers, for example), select all (Edit > Select All) and then press F9. You can also set fields to update when you print by clicking Tools > Options > Print and putting a checkmark in the box labeled \"Update fields.\"<\/p>\n<p>Incidentally, these cross-referenced notes work beautifully with the \"Notes to Text\" feature of our NoteStripper program and, after being stripped, with our QuarkConverter program. You can learn more about these programs here:<\/p>\n<p>http:\/\/www.editorium.com<\/p>\n<\/p>\n<p>_________________________________________<\/p>\n<p>READERS WRITE<\/p>\n<p>If you're creating custom VBA projects, you'll appreciate the following information from Wordmeister Steve Hudson, who wrote:<\/p>\n<p>The \"Disk Full on template save\" error and \"Network Lag on Document Open\" error AND \"Setting Digital Certificate\" error.<\/p>\n<p>Hah. Three problems in one. To cut to the chase, it's caused by a missing reference which can be located via the VBE (ALT+F11) > Tools > References dialog. Get rid of that reference by clearing the checkmark. If you had anything using that reference you need to relink it to its new destination.<\/p>\n<p>A simple way to cause this is to not provide the original document template. This causes a missing reference to that template to appear in this list. It will try and hunt it down across your paths in the Tools > Options > File Locations dialog, thus causing shocking lag when some of these locations are network addresses.<\/p>\n<p>It also causes problems when the VBA project is forced to recompile. The compile process fails as it cannot resolve the reference. VBA projects are forced to recompile when given a new digital signature or a new object is added.<\/p>\n<p>Thanks to Steve for this important tip.<\/p>\n<\/p>\n<p>_________________________________________<\/p>\n<p>RESOURCES<\/p>\n<p>The Word-PC list and archives are, in my opinion, some of the finest Microsoft Word resources available anywhere. You can join the list or search the archives here:<\/p>\n<p>http:\/\/listserv.liv.ac.uk\/archives\/word-pc.html<\/p><\/p>\n","protected":false},"excerpt":{"rendered":"<a href=\"https:\/\/editorium.com\/archive\/cross-referencing-notes\/\" rel=\"bookmark\" title=\"Permalink to Cross-Referencing Notes\"><p>If you&#8217;re like me, you love Microsoft Word&#8217;s note feature&#8211;in particular, being able to insert or delete a footnote or endnote and have all of the subsequent notes renumber automatically. Have you ever wondered, though, how to create a note reference number that refers to a note that already exists? For example, let&#8217;s say the [&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-113","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-1P","_links":{"self":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/113","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=113"}],"version-history":[{"count":2,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/113\/revisions"}],"predecessor-version":[{"id":662,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/posts\/113\/revisions\/662"}],"wp:attachment":[{"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/media?parent=113"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/categories?post=113"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/editorium.com\/archive\/wp-json\/wp\/v2\/tags?post=113"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}