![]() |
|
#1
|
|||
|
|||
|
Hello everyone,
I'm trying to create links to the next page in word. But when I try to add a link it only allowes me to go to headers I created within the document. Is there a way to create a link which goes to the next page? If yes, how would I do that? Thank you in advance for your help. |
|
#2
|
||||
|
||||
|
You could use a pair of macros attached to buttons on the QAT (Quick Access Toolbar) or keyboard shortcuts http://www.gmayor.com/installing_macro.htm
Code:
Sub Go_To_Next()
Selection.GoTo What:=wdGoToPage, which:=wdGoToNext
End Sub
Sub Go_To_Previous()
Selection.GoTo What:=wdGoToPage, which:=wdGoToPrevious
End Sub
or you could just click the Page icon at the bottom left of the ststus bar.
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
#3
|
||||
|
||||
|
In the Customize Keyboard dialog box (File | Options | Customize Ribbon | Customize), you can assign keyboard shortcuts to the built-in NextPage and PrevPage commands.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#4
|
|||
|
|||
|
Quote:
|
|
#5
|
|||
|
|||
|
Quote:
. The problem I have with this option is the following:This document is used as a knowledge base. So who ever uses it needs to have this changed. |
|
#6
|
||||
|
||||
|
The shortcuts need to be saved to a template which is accessible to all users, for example, a global template (in the Startup folder).
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
#7
|
|||
|
|||
|
Quote:
Or, they could even be saved in the document. QAT modifications can also be saved in a document. Modifying the QAT in Microsoft Word |
|
#8
|
||||
|
||||
|
Indeed, saving to the document may be the best solution in this case.
__________________
Stefan Blom Microsoft Word MVP Microsoft 365 apps for business Windows 11 Professional |
|
| Tags |
| link to next, word 16 |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Start page numbering on second page ("link to previous" is greyed-out) | seanspotatobusiness | Word | 1 | 07-11-2018 10:33 AM |
| Looking for a way to link page numbers | AprilBelieve | Word | 1 | 07-20-2016 07:21 PM |
| No matter what page I link to, it always goes to the same one! | drummo87 | OneNote | 0 | 11-12-2015 10:39 AM |
OneNote Online "Sorry, OneNote Online can't open this link" (Link to a Page within a Section Group)
|
ross5 | OneNote | 2 | 02-09-2015 06:16 PM |
| Trying to link page numbers in the footer, but refuses to link after new section | fl0shizzle | Word | 7 | 05-06-2014 12:15 PM |