Reply
 
Thread Tools Display Modes
  #1   Report Post  
Posted to microsoft.public.word.newusers
Graham Mayor Graham Mayor is offline
external usenet poster
 
Posts: 19,312
Default intentional format one sentence paragraphs

"mri 1397" wrote in message
...

i was hoping for help.


Within the limitations of the information you initially provided that's what
you have got. If you want it as a macro, then

Sub CreateParas()
Dim oRng As Range
Set oRng = ActiveDocument.Range
With oRng
.Text = Replace(oRng.Text, Chr(46) & Chr(32), Chr(46) & Chr(13))
.Text = Replace(oRng.Text, Chr(63) & Chr(32), Chr(63) & Chr(13))
.Text = Replace(oRng.Text, Chr(33) & Chr(32), Chr(33) & Chr(13))
.ParagraphFormat.SpaceAfter = 12
End With
End Sub

http://www.gmayor.com/installing_macro.htm

will take you as close as you are likely to get. However you still have the
problem that the macro requires a properly constructed sentence in order to
have something to work with.

--

Graham Mayor - Word MVP

My web site www.gmayor.com
Word MVP web site http://word.mvps.org



Reply
Thread Tools
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
how can I get format painter to format paragraphs? Carol Microsoft Word Help 2 January 13th 10 09:22 PM
Format changes after a sentence was pasted Struggling Kiwi Microsoft Word Help 3 October 1st 09 12:24 PM
How to automatically format the 1st 4 characters of sentence Michael_Randall Page Layout 8 July 7th 07 02:06 PM
Is there a way to format a circle with a sentence ? boobysmom Microsoft Word Help 4 March 12th 06 05:14 PM
Intentional blank page Christina L. Microsoft Word Help 1 January 19th 06 04:35 PM


All times are GMT +1. The time now is 05:35 PM.

Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 Microsoft Office Word Forum - WordBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Word"