![]() |
|
|
Thread Tools | Display Modes |
#11
|
||||
|
||||
![]()
I don't habitually use draft view, but I do use Word 2019, so my curiosity was aroused by this phenomenon. I confirm I was seeing the same page numbering issue, however here at least it was easy to fix by simply switching to print view, then back again to normal view with the document open. You can do it with one click using a simple macro from a quick access toolbar button.
Code:
Sub MyDraft() With ActiveWindow.ActivePane.View .Type = wdPrintView .Type = wdNormalView End With 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 |
Page number errors when using multi-page document with unique margins on page 1 for letterhead | dgm458 | Word | 2 | 06-05-2024 10:42 AM |
![]() |
HTurn | Word | 5 | 03-29-2021 06:51 AM |
![]() |
Bamboozled | Word | 4 | 06-12-2018 09:36 PM |
![]() |
Ron Wolpa | Word | 4 | 08-18-2016 06:43 PM |
![]() |
rem2506 | Word | 1 | 06-15-2016 05:19 PM |