![]() |
|
#2
|
||||
|
||||
|
One possibility is to save the document in Word 2010 compatibility mode then the option works e.g.
Code:
With ActiveDocument
With Dialogs(wdDialogFileSaveAs)
.Show
End With
If Not .Path = "" Then
ActiveDocument.SaveAs2 FileName:=ActiveDocument.FullName, CompatibilityMode:=14
.Compatibility(wdSplitPgBreakAndParaMark) = True
End If
End With
__________________
Graham Mayor - MS MVP (Word) (2002-2019) Visit my web site for more programming tips and ready made processes www.gmayor.com |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Section break "Next Page" adds blank page | mark.plc | Word | 1 | 03-06-2018 07:56 AM |
| Word 2010: Section Break "Next" Creates Blank Page | Eri | Word | 11 | 02-09-2017 03:36 PM |
Problem with "Next page" section break automatically turning into "Odd or Even Page"
|
c_gallagher25 | Word | 1 | 02-12-2014 04:27 PM |
| "First column" in word table page break border | mj1856 | Word Tables | 1 | 04-25-2012 03:21 AM |
| why the "section break-next page" is switched to "section break-continuous"? | Jamal NUMAN | Word | 6 | 12-14-2011 03:35 PM |