How to return to the table of contents in Word document
Creating a table of contents in your document helps readers navigate through different sections easily. After navigating to a section using the TOC link, do you know how to return to the TOC quickly? This article shows you two methods to do so.
Return to the TOC in Word with Back function
Return to the TOC in Word with VBA code
Return to the TOC in Word with Back function
The Back function can help you return to the TOC in Word immediately. Please follow these steps:
- Click "Customize Quick Access Toolbar" > "More Commands".
- In the Word Options window:
- Select "All Commands" from the "Choose commands from" drop-down list.
- Select "Back" in the commands list.
- Click the "Add" button.
- Click "OK".
- Now the "Back" button is added to the Quick Access Toolbar. After jumping to a section via the TOC link, click the "Back" button to return to the TOC instantly.
Return to the TOC in Word with VBA code
You can also use VBA code to return to the table of contents in your Word document.
- Create a bookmark for your TOC section:
- Select the entire table of contents in your document.
- Click "Insert" > "Bookmark".
- In the Bookmark dialog box, type "BackToTOC" into the "Bookmark name" box and click "Add".
- Press Alt + F11 to open the Microsoft Visual Basic for Applications window.
- In the editor, click "Insert" > "Module", then paste the following VBA code into the module window:
Sub BackTOC() Selection.GoTo What:=wdGoToBookmark, Name:="BackToTOC" End Sub
- Press Alt + Q to close the VBA window.
- Now add the macro to the Quick Access Toolbar:
- Click "Customize Quick Access Toolbar" > "More Commands".
- In the Word Options window:
- Select "Macros" in the "Choose commands from" drop-down list.
- Select the macro named Project.Module1.BackTOC.
- Click "Add", then click "OK".
- Click "Customize Quick Access Toolbar" > "More Commands".
From now on, after jumping to a section via the TOC, you can click the macro button on the Quick Access Toolbar to return to the table of contents instantly.

Best Office Productivity Tools
Kutools for Word - Elevate Your Word Experience with Over 100 Remarkable Features!
๐ค Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish (Preserve Format) / Super Translate (Preserve Format) / AI Redaction / AI Proofread...
๐ Document Mastery: Split Pages / Merge Documents / Export Selection in Various Formats (PDF/TXT/DOC/HTML...) / Batch Convert to PDF...
โ Contents Editing: Batch Find and Replace across Multiple Files / Resize All Pictures / Transpose Table Rows and Columns / Convert Table to Text...
๐งน Effortless Clean: Sweap away Extra Spaces / Section Breaks / Text Boxes / Hyperlinks / For more removing tools, head to the Remove group...
โ Creative Inserts: Insert Thousand Separators / Check Boxes / Radio Buttons / QR Code / Barcode / Multiple Pictures / Discover more in the Insert group...
๐ Precision Selections: Pinpoint Specific Pages / Tables / Shapes / Heading Paragraphs / Enhance navigation with more Select features...
โญ Star Enhancements: Navigate to Any Location / Auto-Insert Repetitive Text / Toggle Between Document Windows / 11 Conversion Tools...
๐ Supports 40+ Languages: Use Kutools in your preferred language โ supports English, Spanish, German, French, Chinese, and 40+ others!

Best Office Productivity Tools
Kutools for Word - 100+ Tools for Word
- ๐ค Kutools AI Features: AI Assistant / Real-Time Assistant / Super Polish / Super Translate / AI Redaction / AI Proofread
- ๐ Document Mastery: Split Pages / Merge Documents / Batch Convert to PDF
- โ Contents Editing: Batch Find and Replace / Resize All Pictures
- ๐งน Effortless Clean: Remove Extra Spaces / Remove Section Breaks
- โ Creative Inserts: Insert Thousand Separators / Insert Check Boxes / Create QR Codes
- ๐ Supports 40+ Languages: Kutools speaks your language โ 40+ languages supported!