|
-
Aug 12th, 2005, 11:24 AM
#1
Thread Starter
Member
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???
-
Aug 13th, 2005, 09:34 PM
#2
Fanatic Member
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.
-
Aug 16th, 2005, 02:56 PM
#3
Thread Starter
Member
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|