Break Types

Different types of breaks may be inserted with the following macro command:

Selection.InsertBreak Type:={type}
where {type} is one of:
  • wdPageBreak
  • wdColumnBreak
  • wdSectionBreakNextPage
  • wdSectionBreakContinuous
  • wdSectionBreakEvenPage
  • wdSectionBreakOddPage
  • wdLineBreak
[Source WordTips]

Leave a comment