Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Programming / April 2005

Tip: Looking for answers? Try searching our database.

delete section breaks

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
William - 08 Apr 2005 21:27 GMT
Hi,

for word xp, how could i delete all the section breaks in a document in vba?

thank you,

william.

Signature

 

Vince - 09 Apr 2005 01:59 GMT
with activedocument.range.find
   .clearformatting
   .text="^b"

   with .replacement
       .text=""
   end with
   .execute replace:=wdreplaceall

end with

> Hi,
>
[quoted text clipped - 3 lines]
>
> william.
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.