![]() |
#4
|
||||
|
||||
![]()
You could use a pair of macros to achieve the functionality required, with buttons on the QAT (Quick Access Toolbar) or Ribbon to call then e.g.
Code:
Sub GoToNextPage() Selection.GoTo What:=wdGoToPage, which:=wdGoToNext, Count:=1 End Sub Sub GoToPreviousPage() Selection.GoTo What:=wdGoToPage, which:=wdGoToPrevious, Count:=1 End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Advance page numbering | domerdel | Word | 2 | 06-13-2019 05:01 PM |
advance trigger | YEC | PowerPoint | 0 | 10-03-2017 03:07 AM |
OneNote Function: Similar to SharePoint Page Viewer | _TAD_ | OneNote | 0 | 01-07-2015 12:00 PM |
![]() |
gsjackson | Word | 5 | 01-16-2012 05:30 PM |
![]() |
eliz.bell | Word | 9 | 03-23-2011 07:49 AM |