Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 09-09-2018, 07:42 PM
macropod's Avatar
macropod macropod is offline Split paragraph into two different styles Windows 7 64bit Split paragraph into two different styles Office 2010 32bit
Administrator
 
Join Date: Dec 2010
Location: Canberra, Australia
Posts: 22,467
macropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond reputemacropod has a reputation beyond repute
Default

For example:
Code:
Sub Demo()
Application.ScreenUpdating = False
Dim Rng As Range
Set Rng = Selection.Range
With ActiveDocument.Range
  With .Find
    .ClearFormatting
    .Replacement.ClearFormatting
    .Text = "Statement of Conditions"
    .Replacement.Text = ""
    .Forward = True
    .Wrap = wdFindStop
    .Format = False
    .MatchWildcards = True
    .Execute
  End With
  Do While .Find.Found
    .Paragraphs.First.Style = wdStyleNormal
    .InsertAfter vbCr
    .Style = wdStyleHeading1
    .Select
    Selection.InsertStyleSeparator
    .Collapse wdCollapseEnd
    .Find.Execute
  Loop
End With
Rng.Select
Application.ScreenUpdating = True
End Sub
__________________
Cheers,
Paul Edstein
[Fmr MS MVP - Word]
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I order the paragraph styles list? Tunathedog Word 3 04-08-2016 05:37 AM
Split paragraph into two different styles Split pilcrow or paragraph symbol nfotx Word 2 12-05-2014 02:48 PM
Split a paragraph bnyamin Word VBA 13 10-05-2014 08:18 PM
Split paragraph into two different styles Changing Paragraph Styles mjawatney Word 6 04-20-2014 05:15 PM
Split paragraph into two different styles Multiple styles in same paragraph? Cobb78 Word 1 05-20-2012 03:04 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 04:34 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft