G
Gary Hillerson
I've got a piece of code that inserts a new section after the current
section, using:
With Selection
.EndOf unit:=wdSection
.Collapse direction:=wdCollapseEnd
.InsertBreak Type:=wdSectionBreakNextPage
section, using:
With Selection
.EndOf unit:=wdSection
.Collapse direction:=wdCollapseEnd
.InsertBreak Type:=wdSectionBreakNextPage