View Single Post
 
Old 03-10-2016, 12:55 PM
d4okeefe d4okeefe is offline Windows 10 Office 2016
Advanced Beginner
 
Join Date: Apr 2013
Posts: 77
d4okeefe is on a distinguished road
Default

Ok, I solved this on my own: It seems the continuation separator is not supported by Word in 2013 and later.

To get the Continuation Notice to work, run this line of code:

ActiveDocument.SetCompatibilityMode (wdWord2010)
Reply With Quote