
- Hyperlink table of contents word 2013 on each page how to#
- Hyperlink table of contents word 2013 on each page code#
Use the settings to show, hide, and align page numbers, add or change the tab leader, set formats, and specify how many levels of headings to show. Then click ok again on the table of contents menu. If you are using word 2013, this option is called custom table of contents. I have tried to 'reset to the default style set' in the 'design' tab. Go to the references tab, click to open the table of contents menu, and select insert table of contents (custom table of contents on mac).
Hyperlink table of contents word 2013 on each page how to#
Also covered is how to convert text that is a table & put it into word. If there is another route to report bugs please can someone let me know. I am trying to create a table of contents, and follow all of the instructions. So how does one do that? However, as an independent advisor i am required to add the following when posting here with a link. For more info, see custom table of contents. But there's more to the feature than you might realize. Create the table of contents on page 1:Ĭreating a Table of Contents in Microsoft Word - YouTube from i. You should now have a complete table of contents that updates dynamically. To customize the table of contents use the following procedure. The latest version of word allows you to create a table of contents in any document with unprecedented ease. Click at the end of the table of contents title (this places the insertion point where the page break will occur.) press ctrl + enter, or click page layout, breaks, page. Delete all other priorities leaving only appendix subheading with a priority of 1. Then click OK to finish the setting.įrom now on, after shifting to certain section with the Table of Contents link, click the Macro button in the Quick Access Toolbar will return to the TOC immediately.Microsoft Word 2013 Table Of Contents. In the Word Options window, select Macros in the first drop-down list, select the macro name “ ” in the list box and click Add button. Click Customize Quick Access Toolbar > More Commands. Now you need to add the macro to the Quick Access Toolbar. Press the Alt + Q keys to close the Microsoft Visual Basic for Applications window.Ħ. Selection.GoTo What:=wdGoToBookmark, Name:="BackToTOC"ĥ. VBA code: Return to Table of Contents in Word Sub BackTOC()
Hyperlink table of contents word 2013 on each page code#
Then copy below code into the Module window. Press the Alt + F11 keys to open the Microsoft Visual Basic for Applications window.Ĥ. In the Bookmark dialog box, enter BackToTOC into the Bookmark name box and click the Add button.ģ. First, you should create a bookmark for this TOC section, please select the whole Table of Contents in your document, click Insert > Bookmark.Ģ. You can also use VBA code to return to the Table of Contents in Word document.ġ. Every time you shift to certain section with the Table of Contents link, click the Back button will return to the TOC immediately. Now the Back button is added on the Quick Access Toolbar. See screenshot:Ģ.1) Select All Commands from the Choose commands from drop-down list Ģ.4) Click the OK button. The Back function can help you return to the TOC in Word immediately. Return to the TOC in Word with Back function If you navigate to a section with the TOC link, do you know how to return to it? This article shows two methods for you. How to return to the Table of Contents in Word document?Ĭreate a table of contents in your document helps readers to navigate through different sections of the long document contents.
