Results 1 to 3 of 3

Thread: section break in Word VBA

  1. #1

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    40

    Question section break in Word VBA

    I am trying to add documents to a existing word document. So i use sectionbreak.

    winapp.selection.insertbreak wdsectionbreaknextpage.

    but this sometime inserts wdsectionbreakcontinuous. How to fix it???

  2. #2
    Fanatic Member WorkHorse's Avatar
    Join Date
    Jul 2002
    Location
    Where you live.
    Posts
    591

    Re: section break in Word VBA

    Shouldn't be possible. Check your code. And check that the constant for wdsectionbreaknextpage is returning the correct value.

  3. #3

    Thread Starter
    Member
    Join Date
    Jul 2005
    Posts
    40

    Re: section break in Word VBA

    i have cleared mentioned to insert wdSectionBreakNextPage. But for some documents it inserts SectionBreakContiuous.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width