Moving Text to a New Footnote

Written by Allen Wyatt (last updated May 24, 2025)
This tip applies to Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365


1

Michel is editing a document that has, within the text, information that really should be in footnotes. He wonders if there is an easy way to select the text, have a footnote automatically created, and the selected text be moved to the footnote.

This can, of course, be done manually. All you need to do is to follow these general steps:

  1. Select the text that should be in the footnote.
  2. Press Ctrl+X. This cuts the text to the Clipboard.
  3. Press Alt+Ctrl+F. This creates a new footnote and places the insertion pointer in the footnote itself.
  4. Paste the contents of the Clipboard as plain text.
  5. Format the text of the footnote, as desired.

If you have to do this process quite a bit, you could automate it by creating a macro that does the same things. (Well, the same things except for steps 1 and 5—you will still need to select the text you want moved to the footnote and you will still need to format it once it is in the footnote.)

Sub TextToFootnote()
    Dim sTemp As String

    sTemp = Selection
    Selection.Delete
    Selection.TypeBackspace
    ActiveDocument.Footnotes.Add Range:=Selection.Range, Text:=sTemp
End Sub

The macro copies whatever text you selected into the sTemp variable. It then deletes the selection, types a backspace, and inserts a footnote that is equivalent to the text stored in sTemp. Note that since the macro backspaces after deleting the text from the main document, it assumes that what you selected (and what is being moved to the footnote) does not include the leading space.

You can, of course, make the macro more usable by assigning a shortcut key to it or adding it to the Quick Access Toolbar. Either method will allow you to easily move text from the body of the document into the footnotes.

WordTips is your source for cost-effective Microsoft Word training. (Microsoft Word is the most popular word processing software in the world.) This tip (13591) applies to Microsoft Word 2007, 2010, 2013, 2016, 2019, 2021, 2024, and Word in Microsoft 365.

Author Bio

Allen Wyatt

With more than 50 non-fiction books and numerous magazine articles to his credit, Allen Wyatt is an internationally recognized author. He is president of Sharon Parq Associates, a computer and publishing services company. ...

MORE FROM ALLEN

Default Font for Page Numbers

Page numbers are a common addition to documents, and a great aid to readers. If you want to easily format page numbers, ...

Discover More

Typing Pronunciations of Words

Take a look in a dictionary at the way that words are phonetically spelled. Those special characters used to type those ...

Discover More

Pasting Excel Data within Word's Page Margins

The programs in the Microsoft Office suite are designed to work with each other easily. Sometimes there can be hiccups ...

Discover More

Discover the Power of Microsoft Office This beginner-friendly guide reveals the expert tips and strategies you need to skyrocket your productivity and use Office 365 like a pro. Mastering software like Word, Excel, and PowerPoint is essential to be more efficient and advance your career. Simple lessons guide you through every step, providing the knowledge you need to get started. Check out Microsoft Office 365 For Beginners today!

More WordTips (ribbon)

Pasting a Comment into Your Document

When developing a document, you may end up with all sorts of comments that you need to deal with. One common task is to ...

Discover More

Formatting Comments

Need to change the appearance of the text in your comments? It's easy to do using techniques you are already familiar with.

Discover More

Printing Comments

Comments are a great way to share, well, comments with other people looking through your documents. If you want to print ...

Discover More
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

View most recent newsletter.

Comments

If you would like to add an image to your comment (not an avatar, but an image to help in making the point of your comment), include the characters [{fig}] (all 7 characters, in the sequence shown) in your comment text. You’ll be prompted to upload your image when you submit the comment. Maximum image size is 6Mpixels. Images larger than 600px wide or 1000px tall will be reduced. Up to three images may be included in a comment. All images are subject to review. Commenting privileges may be curtailed if inappropriate images are posted.

What is seven less than 8?

2025-05-27 03:57:30

Alan

After pasting use the shortcut/accelerator: Ctrl key followed by 'T' for Keep Text Only so it formats per the footnote rather than copies formatting from the body text.


This Site

Got a version of Word that uses the ribbon interface (Word 2007 or later)? This site is for you! If you use an earlier version of Word, visit our WordTips site focusing on the menu interface.

Videos
Subscribe

FREE SERVICE: Get tips like this every week in WordTips, a free productivity newsletter. Enter your address and click "Subscribe."

(Your e-mail address is not shared with anyone, ever.)

View the most recent newsletter.