casatlanta.blogg.se

Footnotes and endnotes
Footnotes and endnotes










footnotes and endnotes

Note: If only footnote or endnote existing in your document, ignore this step and move to step 4.Ĥ. Now the Notes section is displaying at the end of the document, please select Footnote Separator in the Footnotes drop-down list, select the separator line and then press the Delete key to delete it. Shift to the Print Layout view of the document. Then you can see the separator line of footnote is removed immediately from the document. Remove footnote/endnote separator lines with VBA code Note: To remove the endnote separator line, you just need to check View endnote area in the above Show Notes dialog, and then select Endnote Separator in the Endnotes drop-down list. If the above method is inconvenient for you, you can try the following VBA codes to quickly remove all separator lines of footnote or both footnote and endnote from document.ġ. In the document you will remove separator line of footnote, press the Alt + F11 keys to open the Microsoft Visual Basic for Applications window.Ģ. In the Microsoft Visual Basic for Applications window, click Insert > Module. VBA code: remove footnote separator line in document Sub DeleteTheFootnoteSeparator() Then copy below VBA code into the Module window. Type = wdWebView Or _Ī = wdSeekFootnotesĪ = wdPaneFootnotesĪ = wdPaneFootnoteSeparatorĪ = wdPaneFootnoteContinuationSeparatorģ.












Footnotes and endnotes